Add back whitespace to block elements
This commit is contained in:
@@ -126,7 +126,8 @@ body > footer {
|
||||
background-color: var(--background-secondary);
|
||||
color: var(--text-secondary);
|
||||
padding: 0.25rem;
|
||||
text-align: center
|
||||
text-align: center;
|
||||
line-height: 1.25;
|
||||
}
|
||||
body > footer hr:first-child {
|
||||
display: none;
|
||||
@@ -199,8 +200,11 @@ ul {
|
||||
|
||||
li {
|
||||
line-height: 1.25;
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
li:last-child {
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: var(--link-primary);
|
||||
@@ -236,7 +240,11 @@ p.meta {
|
||||
p.meta span label {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
article > p,
|
||||
#main_content > p,
|
||||
#main_content > section > p {
|
||||
line-height: 1.45;
|
||||
}
|
||||
.lane {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
Reference in New Issue
Block a user