This commit is contained in:
Oliver Davies 2017-06-15 21:57:42 +01:00
parent 2b39e03d02
commit 05bc5d57f5
38 changed files with 87 additions and 26 deletions

View file

@ -9,3 +9,9 @@
.flex
flex: 1
.flex-wrap
flex-wrap: wrap
.list-style-none
list-style: none

View file

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

View file

@ -10,3 +10,14 @@
@import 'components/badges'
@import 'components/footer'
@import 'components/meetups'
.skills-list
margin: 1em 0
padding: 0
.skill
margin: 0 10px 15px 0
.skill-image
height: 40px
width: auto