mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-12 05:31:41 +00:00
⚒️ Resolves lighthouse issue (#398)
* Updates dependencies * Fixes tap target to resolve lighthouse * Merge conflicts
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
ol, dl {
|
||||
ol,
|
||||
dl {
|
||||
margin: 0;
|
||||
padding: 0 0 0 1em;
|
||||
}
|
||||
@ -25,18 +26,10 @@ dt {
|
||||
font-weight: $bold;
|
||||
}
|
||||
|
||||
.list-semicolon {
|
||||
.list-no-bullets {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
& > li {
|
||||
display: inline;
|
||||
|
||||
&:not(:last-child)::after {
|
||||
content: '; ';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.list-default {
|
||||
|
Reference in New Issue
Block a user