Skip to content

Commit 9a31bc1

Browse files
committed
Font weights
1 parent 5e7b39e commit 9a31bc1

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

_sass/components/_global-nav.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.global-nav-item {
77
display: block;
88
text-decoration: none;
9-
font-weight: bold;
9+
font-weight: normal;
1010
font-size: 28px;
1111
padding: 10px;
1212
border-radius: $border-radii;

_sass/components/_osc.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@
2020
p {
2121
margin: 0 -50px 0;
2222
transition: all 0.5s;
23-
height: 180px;
23+
height: 190px;
2424
pointer-events: none;
25+
font-weight: 200;
2526

2627
body:not(.layout-homepage) & {
2728
opacity: 0;
@@ -39,9 +40,9 @@
3940

4041
figcaption {
4142
text-align: center;
42-
font-size: 40px;
43+
font-size: 50px;
4344
padding: 10px 0;
44-
font-weight: bold;
45+
font-weight: 200;
4546
letter-spacing: 1px;
4647
}
4748

0 commit comments

Comments
 (0)