add gap between lines of button bars
This commit is contained in:
parent
c9dc887931
commit
fa9226bc03
2 changed files with 4 additions and 0 deletions
|
@ -66,6 +66,7 @@ body {
|
|||
display: flex;
|
||||
align-items: flex-start;
|
||||
flex-flow: row wrap;
|
||||
margin-bottom: -0.5em;
|
||||
}
|
||||
|
||||
.alts ul {
|
||||
|
@ -74,6 +75,7 @@ body {
|
|||
|
||||
.alts li, .tags li, .links li {
|
||||
list-style: none;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.alts label, .tags li, .links li {
|
||||
|
|
|
@ -85,6 +85,7 @@ figcaption p {
|
|||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
margin-bottom: -0.5em;
|
||||
}
|
||||
|
||||
.alts ul {
|
||||
|
@ -115,6 +116,7 @@ figcaption p {
|
|||
|
||||
.info li, .alts li {
|
||||
list-style: none;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.info li, .alts label {
|
||||
|
|
Loading…
Reference in a new issue