articles accidentally got aligned to center

This commit is contained in:
Mikael Nordfeldth 2016-08-21 09:36:22 +02:00
parent 1d791f81fa
commit 6bc0030699
1 changed files with 4 additions and 0 deletions

View File

@ -826,6 +826,10 @@ position:static;
position: relative;
}
.notice.h-entry .attachments .inline-attachment > article {
text-align: left;
}
.notice.h-entry .attachments .inline-attachment > * {
height: auto;
max-width: 100%;