Fix mobile display bug on smaller screens

This commit is contained in:
John O'Nolan 2018-04-10 20:34:35 +02:00
parent 79e113226c
commit 636882bce4
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1376,6 +1376,7 @@ Usage (In Ghost editor):
@media (max-width: 650px) {
.post-full-footer .author-list-item {
width: 54px;
height: 54px;
}
}