Skip to content

Commit 3a68a10

Browse files
committed
css
1 parent 94091be commit 3a68a10

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

_source/_sass/_layout.scss

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,14 @@ article {
252252
aspect-ratio: 16/9;
253253
}
254254

255+
ul, ol {
256+
padding-left: 1em;
257+
}
255258
ul {
256259
list-style-type: disc;
257-
padding-left: 1em;
260+
}
261+
ol {
262+
list-style-type: decimal;
258263
}
259264

260265
> img, > p > img, > a > img, > p > a > img, > figure > img, > figure > a > img, > iframe {
@@ -270,6 +275,9 @@ article {
270275
width: 100%;
271276
max-width: v.$prose-width;
272277
}
278+
> hr {
279+
margin: v.$sp * 2 auto;
280+
}
273281

274282
> figure > figcaption {
275283
text-align: right;

0 commit comments

Comments
 (0)