We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e7b39e commit 9a31bc1Copy full SHA for 9a31bc1
_sass/components/_global-nav.scss
@@ -6,7 +6,7 @@
6
.global-nav-item {
7
display: block;
8
text-decoration: none;
9
- font-weight: bold;
+ font-weight: normal;
10
font-size: 28px;
11
padding: 10px;
12
border-radius: $border-radii;
_sass/components/_osc.scss
@@ -20,8 +20,9 @@
20
p {
21
margin: 0 -50px 0;
22
transition: all 0.5s;
23
- height: 180px;
+ height: 190px;
24
pointer-events: none;
25
+ font-weight: 200;
26
27
body:not(.layout-homepage) & {
28
opacity: 0;
@@ -39,9 +40,9 @@
39
40
41
figcaption {
42
text-align: center;
- font-size: 40px;
43
+ font-size: 50px;
44
padding: 10px 0;
45
46
letter-spacing: 1px;
47
}
48
0 commit comments