Update talk page layout

This commit is contained in:
Oliver Davies 2017-02-19 21:14:22 +00:00
parent 710d22254c
commit c873cf2321
34 changed files with 82 additions and 121 deletions

View file

@ -1 +1,3 @@
@import 'code'
@import 'layout'
@import 'typography'

View file

@ -0,0 +1,5 @@
.is-flex
display: flex
.is-half
width: 50%

View file

@ -0,0 +1,3 @@
@each $value in 'left' 'center' 'right'
.is-#{$value}
text-align: #{$value}

View file

@ -3,3 +3,4 @@
@import 'blog-post'
@import 'experience'
@import 'projects'
@import 'talk'

View file

@ -0,0 +1,7 @@
.talk-location,
.talk-slides,
.talk-video
margin-bottom: 1.5em
.talk-pager
margin-top: 2em