Skip to content

Commit

Permalink
fix: mobile main page styling
Browse files Browse the repository at this point in the history
  • Loading branch information
beryxz committed Jun 9, 2023
1 parent ec4267a commit ccd3e95
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions _sass/_default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -545,15 +545,21 @@ li pre {
margin-bottom: 25px;

.post-teaser__title {
font-size: 18px;
font-size: 19px;
@include centered-block();
}

.post-teaser__date {
font-size: 16px;
font-size: 15px;
float: none;
@include centered-block();
}

.post-teaser__subtitle {
font-size: 12px;
@include centered-block();
}

}
}

Expand Down

0 comments on commit ccd3e95

Please sign in to comment.