Fixed image centering on new-articles

This commit is contained in:
Asutosh Palai
2016-10-04 09:12:13 -04:00
parent 20d4317a95
commit 0a0977bff1
2 changed files with 4 additions and 3 deletions

View File

@ -471,7 +471,8 @@ body {
width: 100%;
&.wide {
height: 100%
height: 100%;
width: auto;
}
&.tall {