Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

252 noe icbd #424

Merged
merged 2 commits into from
Mar 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions src/sass/style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ h1
color: #666

@media screen and (max-width: 600px)
font-size: 60px
font-size: 50px
font-weight: 300

@media screen and (max-width: 400px)
font-size: 45px
font-size: 40px
font-weight: 300

h3
font-weight: 300
Expand Down Expand Up @@ -98,6 +100,9 @@ h4
.bg-orange-gradient
background: $gradient-orange

h1
color: white

.full-height
height: 100%

Expand Down
Loading