We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fd9758 commit 904ef6bCopy full SHA for 904ef6b
1 file changed
docs/style.css
@@ -60,8 +60,8 @@ p {
60
max-width: 800px; /* This is the "sweet spot" for centered reading */
61
margin-left: auto;
62
margin-right: auto;
63
- margin-bottom: 30px;
64
- line-height: 1.8;
+ margin-bottom: 20px;
+ line-height: 1.6;
65
filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.3));
66
}
67
@@ -74,18 +74,18 @@ p {
74
75
76
.header {
77
- font-size: 42px;
+ font-size: 38px;
78
letter-spacing: 2px;
79
- margin-bottom: 40px;
80
text-transform: uppercase;
81
text-align: center;
82
width: 100%;
83
84
85
.smallheader {
86
- font-size: 32px;
+ font-size: 30px;
87
margin-top: 50px;
88
- margin-bottom: 25px;
+ margin-bottom: 15px;
89
90
91
@@ -183,4 +183,5 @@ li {
183
184
185
186
+
187
0 commit comments