max author width - for mobile

This commit is contained in:
rimu 2024-03-31 14:41:50 +13:00
parent f423d3f829
commit d2c6900d5b
2 changed files with 2 additions and 0 deletions

View file

@ -644,6 +644,7 @@ fieldset legend {
.post_list .post_teaser .main_row .author {
margin-bottom: 30px;
display: inline-block;
max-width: 78%;
}
.post_list .post_teaser .main_row .post_utilities {
position: absolute;

View file

@ -240,6 +240,7 @@ html {
.author {
margin-bottom: 30px;
display: inline-block;
max-width: 78%;
}
.post_utilities {