Fix meme css

This commit is contained in:
Bruno Rybársky 2024-06-06 09:47:30 +02:00
parent e4d67236be
commit b90054f365

@ -415,6 +415,10 @@ div#articleslist>article{
@media (max-width: 1050px) { @media (max-width: 1050px) {
#meme_gallery {
grid-template-columns: 1fr 1fr;
}
table .rozvrh { table .rozvrh {
overflow: auto; overflow: auto;
} }
@ -497,4 +501,11 @@ div#articleslist>article{
.navsite_link { .navsite_link {
width: 100%; width: 100%;
} }
}
@media (max-width: 600px) {
#meme_gallery {
grid-template-columns: 1fr;
}
} }