Fix styles on mobile

This commit is contained in:
lostinlight 2022-11-12 20:28:25 +03:00
parent fe4ddb2305
commit 60fbb2e196
2 changed files with 6 additions and 2 deletions

View File

@ -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 {

View File

@ -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;
}