Modify CSS
Wanted more white space. Wanted to give more "breathing space" for the user/readermaster
parent
af9c79e259
commit
188539ec26
|
@ -43,3 +43,9 @@ a:visited {
|
||||||
h3 {
|
h3 {
|
||||||
color: var(--baseEm);
|
color: var(--baseEm);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* design-ey stuff */
|
||||||
|
|
||||||
|
li + li, div + div {
|
||||||
|
margin-top: 30px;
|
||||||
|
}
|
Loading…
Reference in New Issue