Fix layout issues for News page

This commit is contained in:
Andrew Miner
2016-05-07 14:47:07 -07:00
parent 43202e9917
commit 1bc89c1c89
+4 -4
View File
@@ -11,11 +11,11 @@
.right {
display: flex;
flex-direction: column;
align-items: center;
align-items: stretch;
// .view__twitter {
// max-width: $size-minecraft-block * 10;
// }
.view__twitter {
align-self: center;
}
section {
&:not(:first-child) {