mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-22 08:31:28 +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) {
|
@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) {
|
||||||
|
|
Loading…
Reference in a new issue