Skip to content
Snippets Groups Projects
Commit a9956d67 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

tweaks

parent 1612f08e
No related branches found
No related tags found
No related merge requests found
......@@ -43,8 +43,11 @@ iframe
.hero + &
margin-top: $spacing3
ul
padding-left: $spacing0
ul,
ol
// https://since1979.dev/aligning-your-lists-with-your-text/
padding-left: 0
list-style-position: inside
.document-content
.container > .lead
......
......@@ -203,7 +203,8 @@ p
p:empty
display: none
p + ul
p + ul,
p + ol
margin-top: 0
figcaption
......@@ -256,6 +257,11 @@ abbr, abbr[title]
color: $color-background
text-shadow: none
sub,
sup
font-size: 60%
margin-left: px2rem(2)
*:focus-visible
outline-color: gray
outline-offset: 5px
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment