mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-19 17:54:52 +00:00
Renamed the folders and containers to something more reasonable Using .env file for secretes so I can better hide them from git Mostly it, I think
36 lines
705 B
Sass
36 lines
705 B
Sass
header
|
|
padding: 0 1rem
|
|
height: 100vh
|
|
max-height: 30rem
|
|
display: flex
|
|
flex-direction: column
|
|
justify-content: center
|
|
align-items: center
|
|
text-align: center
|
|
font-family: $main-font
|
|
color: RGB($primary)
|
|
|
|
> h1
|
|
margin: 0
|
|
font-size: 3rem
|
|
|
|
> span
|
|
font-family: $monospace-font
|
|
font-weight: normal
|
|
color: RGB($accent)
|
|
|
|
> p
|
|
margin: 0
|
|
font-size: 1.2rem
|
|
|
|
> img
|
|
margin-bottom: 1rem
|
|
width: 40rem
|
|
height: auto
|
|
max-width: 100%
|
|
max-height: 30rem
|
|
|
|
> i
|
|
margin: 1rem 0 0
|
|
font-size: 1.2rem
|
|
animation: glow 3s ease-in-out infinite
|