Skip to content

Commit 69a80a8

Browse files
committed
chore: newline consistency
1 parent 89e2cc3 commit 69a80a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dev.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949

5050
/* 3. css reset */
5151
/* modified from https://www.joshwcomeau.com/css/custom-css-reset */
52-
5352
*,
5453
*::before,
5554
*::after {
@@ -86,6 +85,7 @@ h6 {
8685
p {
8786
text-wrap: pretty;
8887
}
88+
8989
h1,
9090
h2,
9191
h3,
@@ -213,7 +213,6 @@ mark {
213213
}
214214

215215
/* 6. document */
216-
217216
body {
218217
max-width: 48rem;
219218
margin: 1rem auto 0;
@@ -315,9 +314,11 @@ article > *:last-child {
315314
position: absolute;
316315
width: 16rem;
317316
}
317+
318318
aside:nth-child(even) {
319319
left: calc(50% - ((48rem) / 2) - (16rem));
320320
}
321+
321322
aside:nth-child(odd) {
322323
right: calc(50% - ((48rem) / 2) - (16rem));
323324
}

0 commit comments

Comments
 (0)