Fix styles on mobile

This commit is contained in:
lostinlight 2022-11-12 21:49:44 +03:00
parent 403f5e066f
commit 1bb8a607dd
1 changed files with 8 additions and 0 deletions

View File

@ -201,6 +201,10 @@
} }
@media screen and (max-width: $mq-medium) { @media screen and (max-width: $mq-medium) {
.chronicles {
line-height: 1.2;
}
.chronicles .urgent { .chronicles .urgent {
position: inherit; position: inherit;
width: auto; width: auto;
@ -211,6 +215,10 @@
flex: 100% 0 0; flex: 100% 0 0;
height: 230px; height: 230px;
} }
.post__preview:not(.wanted):not(.featured) .post__meta {
margin: .5em 0;
}
} }
@media screen and (max-width: $mq-small) { @media screen and (max-width: $mq-small) {