30 lines
417 B
Sass
30 lines
417 B
Sass
@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 |