Add link to Twitter account

fixes #226
This commit is contained in:
Andrew Miner
2016-05-07 14:41:47 -07:00
parent 05bc1a271d
commit 43202e9917
7 changed files with 116 additions and 13 deletions
+2
View File
@@ -9,6 +9,8 @@
.left
.right
include ../common/twitter/twitter.jade
section
h3 2016-04-30
.panel
+23 -13
View File
@@ -8,22 +8,32 @@
.view__news_page {
@include layout-body-with-sidebar;
section {
&:not(:first-child) {
margin-top : $size-margin-large;
}
.right {
display: flex;
flex-direction: column;
align-items: center;
h3 {
margin-bottom : $size-margin-small;
}
// .view__twitter {
// max-width: $size-minecraft-block * 10;
// }
p {
font-family : $font-family-text;
font-size : $font-size-medium;
line-height : $font-size-medium * 1.5;
section {
&:not(:first-child) {
margin-top : $size-margin-large;
}
&:not(:last-child) {
margin-bottom : $size-margin-medium;
h3 {
margin-bottom : $size-margin-small;
}
p {
font-family : $font-family-text;
font-size : $font-size-medium;
line-height : $font-size-medium * 1.5;
&:not(:last-child) {
margin-bottom : $size-margin-medium;
}
}
}
}