Skip to content

Commit 904ef6b

Browse files
authored
Update style.css
1 parent 8fd9758 commit 904ef6b

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

docs/style.css

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ p {
6060
max-width: 800px; /* This is the "sweet spot" for centered reading */
6161
margin-left: auto;
6262
margin-right: auto;
63-
margin-bottom: 30px;
64-
line-height: 1.8;
63+
margin-bottom: 20px;
64+
line-height: 1.6;
6565
filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.3));
6666
}
6767

@@ -74,18 +74,18 @@ p {
7474
}
7575

7676
.header {
77-
font-size: 42px;
77+
font-size: 38px;
7878
letter-spacing: 2px;
79-
margin-bottom: 40px;
79+
margin-bottom: 20px;
8080
text-transform: uppercase;
8181
text-align: center;
8282
width: 100%;
8383
}
8484

8585
.smallheader {
86-
font-size: 32px;
86+
font-size: 30px;
8787
margin-top: 50px;
88-
margin-bottom: 25px;
88+
margin-bottom: 15px;
8989
text-align: center;
9090
width: 100%;
9191
}
@@ -183,4 +183,5 @@ li {
183183

184184

185185

186+
186187

0 commit comments

Comments
 (0)