mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-14 13:13:16 +00:00
Fix styles on mobile
This commit is contained in:
parent
fe4ddb2305
commit
60fbb2e196
|
@ -208,7 +208,7 @@
|
|||
|
||||
.post__preview:not(.wanted):not(.featured) {
|
||||
flex: 100% 0 0;
|
||||
height: 220px;
|
||||
height: 230px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -218,7 +218,7 @@
|
|||
}
|
||||
|
||||
.post__preview:not(.wanted):not(.featured) {
|
||||
height: 230px;
|
||||
height: 240px;
|
||||
}
|
||||
|
||||
.page-number {
|
||||
|
|
|
@ -478,6 +478,10 @@ $list: (diaspora, $diaspora),
|
|||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.section-hero > h3:last-child {
|
||||
margin-right: 20%;
|
||||
}
|
||||
|
||||
.contents {
|
||||
padding: 2em 8% 1.5em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue