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

Commit 44f08aa

Browse files
authored
update style (#424)
1 parent 9a01bc8 commit 44f08aa

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/sass/style.sass

+7-2
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,12 @@ h1
3838
color: #666
3939

4040
@media screen and (max-width: 600px)
41-
font-size: 60px
41+
font-size: 50px
42+
font-weight: 300
4243

4344
@media screen and (max-width: 400px)
44-
font-size: 45px
45+
font-size: 40px
46+
font-weight: 300
4547

4648
h3
4749
font-weight: 300
@@ -98,6 +100,9 @@ h4
98100
.bg-orange-gradient
99101
background: $gradient-orange
100102

103+
h1
104+
color: white
105+
101106
.full-height
102107
height: 100%
103108

0 commit comments

Comments
 (0)