Skip to content

Commit 8a5d813

Browse files
committed
2 parents 5858058 + c0a5864 commit 8a5d813

File tree

8 files changed

+2414
-14
lines changed

8 files changed

+2414
-14
lines changed

css/opinionated.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ h1 {
2121
margin: 0.67em 0;
2222
}
2323

24+
p + p {
25+
margin-top: 1rem;
26+
}
27+
2428
a {
2529
background-color: transparent;
2630
}
@@ -210,16 +214,12 @@ dialog {
210214
border: solid;
211215
color: inherit;
212216
display: block;
213-
height: -webkit-fit-content;
214-
height: -moz-fit-content;
215217
height: fit-content;
216218
left: 0;
217219
margin: auto;
218220
padding: 1em;
219221
position: absolute;
220222
right: 0;
221-
width: -webkit-fit-content;
222-
width: -moz-fit-content;
223223
width: fit-content;
224224
}
225225

css/opinionated.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/reseter.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ h1 {
2121
margin: 0.67em 0;
2222
}
2323

24+
p + p {
25+
margin-top: 1rem;
26+
}
27+
2428
a {
2529
background-color: transparent;
2630
}
@@ -210,16 +214,12 @@ dialog {
210214
border: solid;
211215
color: inherit;
212216
display: block;
213-
height: -webkit-fit-content;
214-
height: -moz-fit-content;
215217
height: fit-content;
216218
left: 0;
217219
margin: auto;
218220
padding: 1em;
219221
position: absolute;
220222
right: 0;
221-
width: -webkit-fit-content;
222-
width: -moz-fit-content;
223223
width: fit-content;
224224
}
225225

css/reseter.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)