mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-10 11:23:12 +00:00
Fix styles on mobile
This commit is contained in:
parent
403f5e066f
commit
1bb8a607dd
|
@ -201,6 +201,10 @@
|
|||
}
|
||||
|
||||
@media screen and (max-width: $mq-medium) {
|
||||
.chronicles {
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.chronicles .urgent {
|
||||
position: inherit;
|
||||
width: auto;
|
||||
|
@ -211,6 +215,10 @@
|
|||
flex: 100% 0 0;
|
||||
height: 230px;
|
||||
}
|
||||
|
||||
.post__preview:not(.wanted):not(.featured) .post__meta {
|
||||
margin: .5em 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: $mq-small) {
|
||||
|
|
Loading…
Reference in a new issue