Initial commit
This commit is contained in:
commit
4184942584
51 changed files with 6222 additions and 0 deletions
31
src/app.sass
Normal file
31
src/app.sass
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
@use './styles/classes'
|
||||
@use './styles/variables'
|
||||
|
||||
a
|
||||
margin-right: 1rem
|
||||
|
||||
main
|
||||
text-align: center
|
||||
padding: 1em
|
||||
margin: 0 auto
|
||||
|
||||
h1
|
||||
color: #335d92
|
||||
text-transform: uppercase
|
||||
font-size: 4rem
|
||||
font-weight: 100
|
||||
line-height: 1.1
|
||||
margin: 4rem auto
|
||||
max-width: 14rem
|
||||
|
||||
p
|
||||
max-width: 14rem
|
||||
margin: 2rem auto
|
||||
line-height: 1.35
|
||||
|
||||
@media (min-width: 480px)
|
||||
h1
|
||||
max-width: none
|
||||
|
||||
p
|
||||
max-width: none
|
||||
Loading…
Add table
Add a link
Reference in a new issue