Initial commit
This commit is contained in:
30
source/stylesheets/all.sass
Normal file
30
source/stylesheets/all.sass
Normal file
@@ -0,0 +1,30 @@
|
||||
@charset "utf-8"
|
||||
|
||||
@import "normalize.css"
|
||||
@import "bootstrap"
|
||||
|
||||
#hi, #contact, #socials
|
||||
text-align: center
|
||||
|
||||
#hi h2
|
||||
margin-top: -0.2em
|
||||
|
||||
#socials
|
||||
.social-link
|
||||
&:not(:first-child)
|
||||
margin-left: 0.2em
|
||||
|
||||
.social-icon
|
||||
height: 48px
|
||||
|
||||
#contact
|
||||
margin-bottom: 50px
|
||||
|
||||
.vertical-center
|
||||
display: flex
|
||||
align-items: center
|
||||
justify-content: center
|
||||
|
||||
.full-screen-height
|
||||
min-height: 100%
|
||||
min-height: 100vh
|
||||
Reference in New Issue
Block a user