Merge remote-tracking branch 'refs/remotes/origin/main'

merge
This commit is contained in:
2024-11-12 16:23:31 +01:00
4 changed files with 20 additions and 7 deletions

View File

@@ -376,7 +376,8 @@ div#articleslist>article{
.meme, .meme_body {
display: flex;
flex-direction: column;
height: fit-content;
padding: 0;
margin: 0;
}
.positive {
@@ -408,8 +409,16 @@ div#articleslist>article{
--pico-border-color: unset;
}
#meme_gallery {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
grid-auto-rows: 1fr;
gap: 20px
}
@media (max-width: 1050px) {
table .rozvrh {
overflow: auto;
}
@@ -467,7 +476,7 @@ div#articleslist>article{
display: flex;
-moz-box-shadow: 0 20px 28px 0 var(--dimmer);
-webkit-box-shadow: 0 20px 28px 0 var(--dimmer);
background-color: var(--dimmer);
background-color: var(--pico-primary-background);
box-shadow: 0 20px 28px 0 var(--dimmer);
top: 100px;
text-align: center;