WIP
This commit is contained in:
parent
2b39e03d02
commit
05bc5d57f5
38 changed files with 87 additions and 26 deletions
|
@ -9,3 +9,9 @@
|
|||
|
||||
.flex
|
||||
flex: 1
|
||||
|
||||
.flex-wrap
|
||||
flex-wrap: wrap
|
||||
|
||||
.list-style-none
|
||||
list-style: none
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
@each $value in 'left' 'center' 'right'
|
||||
.is-#{$value}
|
||||
.text-#{$value}
|
||||
text-align: #{$value}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue