Making improvements to the layout on mobile
This commit is contained in:
parent
4a3ec5a0a5
commit
758fc90634
7 changed files with 30 additions and 2 deletions
6
resources/sass/_pagination.scss
vendored
6
resources/sass/_pagination.scss
vendored
|
@ -8,3 +8,9 @@
|
|||
list-style-type: none;
|
||||
width: $mainWidth;
|
||||
}
|
||||
|
||||
@media screen and (max-width: $mainWidth) {
|
||||
.pagination {
|
||||
width: 95vw;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue