Skip to content
Snippets Groups Projects
Commit 0c01a239 authored by Adam Hyde's avatar Adam Hyde
Browse files

Update main.css

parent 7a8379d0
No related branches found
No related tags found
No related merge requests found
Pipeline #29699 passed with stages
in 29 seconds
...@@ -677,7 +677,7 @@ footer section.infos a:hover { ...@@ -677,7 +677,7 @@ footer section.infos a:hover {
grid-template-columns: repeat(4, minmax(1px, 1fr)); grid-template-columns: repeat(4, minmax(1px, 1fr));
} }
} }
@media screen and (min-width: 1300px) { .sponsors{grid-template-columns: repeat(6, minmax(1px, 1fr));} } @media screen and (min-width: 1300px) { .sponsors{grid-template-columns: repeat(4, minmax(1px, 1fr));} }
@media screen and (max-width: 700px) { .sponsors{grid-template-columns: repeat(3, minmax(1px, 1fr));} } @media screen and (max-width: 700px) { .sponsors{grid-template-columns: repeat(3, minmax(1px, 1fr));} }
@media screen and (max-width: 500px) { .sponsors{grid-template-columns: repeat(2, minmax(1px, 1fr));} } @media screen and (max-width: 500px) { .sponsors{grid-template-columns: repeat(2, minmax(1px, 1fr));} }
@media screen and (max-width: 400px) { .sponsors{display: block} } @media screen and (max-width: 400px) { .sponsors{display: block} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment