Fix bug in post layout #28 and remove img from about demo #27

This commit is contained in:
Oscar Cortez 2015-12-14 10:52:10 -06:00
parent 1b5f5e97da
commit f659db0632
4 changed files with 11 additions and 9 deletions

View file

@ -11,6 +11,8 @@
.post-main {
margin-top: -35vh;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
.post-container {
@ -28,7 +30,7 @@
margin-top: 48px;
}
}
.post-content {
img {
width: 100%;