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 89e2cc3 commit 69a80a8Copy full SHA for 69a80a8
dev.css
@@ -49,7 +49,6 @@
49
50
/* 3. css reset */
51
/* modified from https://www.joshwcomeau.com/css/custom-css-reset */
52
-
53
*,
54
*::before,
55
*::after {
@@ -86,6 +85,7 @@ h6 {
86
85
p {
87
text-wrap: pretty;
88
}
+
89
h1,
90
h2,
91
h3,
@@ -213,7 +213,6 @@ mark {
213
214
215
/* 6. document */
216
217
body {
218
max-width: 48rem;
219
margin: 1rem auto 0;
@@ -315,9 +314,11 @@ article > *:last-child {
315
314
position: absolute;
316
width: 16rem;
317
318
aside:nth-child(even) {
319
left: calc(50% - ((48rem) / 2) - (16rem));
320
321
322
aside:nth-child(odd) {
323
right: calc(50% - ((48rem) / 2) - (16rem));
324
0 commit comments