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 f8c825f commit 8e6a493Copy full SHA for 8e6a493
dev.css
@@ -9,7 +9,7 @@
9
5. typography
10
6. document
11
7. blockquotes
12
- 8 buttons and inputs
+ 8. buttons and inputs
13
9. code and keyboards
14
10. details
15
11. description lists
@@ -176,7 +176,7 @@ h3 {
176
article h1,
177
article h2,
178
article h3 {
179
- padding-bottom: none;
+ padding-bottom: 0;
180
border-bottom: none;
181
}
182
@@ -225,7 +225,7 @@ body {
225
226
header {
227
padding: 1rem calc(50vw - 50%);
228
- margin: 0rem calc(50% - 50vw) 0rem;
+ margin: 0 calc(50% - 50vw) 0;
229
margin-top: -1rem;
230
231
0 commit comments