Skip to content
Snippets Groups Projects
Verified Commit b49f1156 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

fix: correct css on small screens

parent 3edfbe6d
No related branches found
No related tags found
No related merge requests found
Pipeline #2721 passed
...@@ -7,6 +7,9 @@ ...@@ -7,6 +7,9 @@
align-self: stretch align-self: stretch
width: calc(100% - 16px) width: calc(100% - 16px)
@media (max-width: 600px)
grid-template-columns: repeat(auto-fill, minmax(160px, 1fr))
.image .image
padding: 8px padding: 8px
position: relative position: relative
......
...@@ -10,7 +10,7 @@ ul.pagination ...@@ -10,7 +10,7 @@ ul.pagination
grid-column-end: -1 grid-column-end: -1
max-width: 480px max-width: 480px
justify-self: center justify-self: center
width: 100% width: calc(100% - 16px)
li.page li.page
appearance: none appearance: none
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment