7 lines
91 B
SCSS
7 lines
91 B
SCSS
.pagination-container {
|
|
float: none;
|
|
@media(min-width: 400px){
|
|
float: right;
|
|
}
|
|
}
|