Fix layout issues on News Page

This commit is contained in:
Andrew Miner
2016-05-07 14:50:06 -07:00
parent 1bc89c1c89
commit c441d75529
2 changed files with 2 additions and 1 deletions
@@ -26,6 +26,7 @@
display: flex;
flex-direction: column;
align-items: center;
.instructions {
flex: 1 1 50%;
+1 -1
View File
@@ -8,7 +8,7 @@
.view__news_page {
@include layout-body-with-sidebar;
.right {
& > .right {
display: flex;
flex-direction: column;
align-items: stretch;