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 3297c2a commit dab82d0Copy full SHA for dab82d0
src/site/_includes/css/main.scss
@@ -31,7 +31,6 @@ h4,
31
h5,
32
h6 {
33
font-family: "Montserrat", sans-serif;
34
- color: $yellow;
35
margin: 0 0 1rem 0;
36
}
37
h1 {
@@ -41,6 +40,13 @@ h1 {
41
40
line-height: 0.9;
42
margin: 0 0 3rem 0;
43
+h1,
44
+h2 {
45
+ color: $yellow;
46
+}
47
48
+ font-size: 1.9rem;
49
50
p {
51
52
@@ -50,6 +56,9 @@ a {
56
color: #ffc793;
57
58
59
+ul {
60
+ margin: 0 0 1rem 0;
61
53
62
54
63
.button {
55
64
background: white;
0 commit comments