mirror of
https://github.com/bitwarden/help
synced 2025-12-06 00:03:30 +00:00
styling for lists
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,3 +5,4 @@ _site/
|
||||
.sass-cache/
|
||||
.jekyll-metadata
|
||||
*.bat
|
||||
*.tmp
|
||||
|
||||
@@ -150,6 +150,18 @@ footer {
|
||||
margin-bottom: 0;
|
||||
margin-left: 0;
|
||||
padding-left: 20px;
|
||||
|
||||
li + li {
|
||||
margin-top: 0.25em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.panel-article {
|
||||
ul, ol {
|
||||
li + li {
|
||||
margin-top: 0.45em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user