Archived
1
0

revert css to not use flex

This commit is contained in:
Jeff Becker 2016-04-30 09:11:33 -04:00
parent 7e47470cea
commit 861acbbe0a
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -373,7 +373,7 @@ input, textarea {
} }
.thumbnail { .thumbnail {
display: flex; display: block;
margin: 5px 20px 10px; margin: 5px 20px 10px;
border: medium none; border: medium none;
max-width: 300px; max-width: 300px;
@ -400,8 +400,7 @@ input, textarea {
} }
.post { .post {
display: flex; display: inline-block;
flex-direction: column;
overflow: hidden; overflow: hidden;
} }