Make sure entry meta doesn't break the layout on mobile

This commit is contained in:
Frédéric Guillot 2017-11-29 21:40:38 -08:00
parent bb8e61c7c5
commit 92dff28f52
2 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -501,6 +501,7 @@ a.button {
font-size: 0.95em;
margin: 0 0 20px;
color: #666;
overflow-wrap: break-word;
}
.entry-website img {