Update talk page layout
This commit is contained in:
parent
710d22254c
commit
c873cf2321
34 changed files with 82 additions and 121 deletions
|
@ -1 +1,3 @@
|
|||
@import 'code'
|
||||
@import 'layout'
|
||||
@import 'typography'
|
||||
|
|
5
assets/sass/base/_layout.sass
Normal file
5
assets/sass/base/_layout.sass
Normal file
|
@ -0,0 +1,5 @@
|
|||
.is-flex
|
||||
display: flex
|
||||
|
||||
.is-half
|
||||
width: 50%
|
3
assets/sass/base/_typography.sass
Normal file
3
assets/sass/base/_typography.sass
Normal file
|
@ -0,0 +1,3 @@
|
|||
@each $value in 'left' 'center' 'right'
|
||||
.is-#{$value}
|
||||
text-align: #{$value}
|
|
@ -3,3 +3,4 @@
|
|||
@import 'blog-post'
|
||||
@import 'experience'
|
||||
@import 'projects'
|
||||
@import 'talk'
|
||||
|
|
7
assets/sass/pages/_talk.sass
Normal file
7
assets/sass/pages/_talk.sass
Normal file
|
@ -0,0 +1,7 @@
|
|||
.talk-location,
|
||||
.talk-slides,
|
||||
.talk-video
|
||||
margin-bottom: 1.5em
|
||||
|
||||
.talk-pager
|
||||
margin-top: 2em
|
Loading…
Add table
Add a link
Reference in a new issue