Modify CSS

Wanted more white space. Wanted to give more "breathing space" for the
user/reader
master
Pheng Heong, Tan 2020-07-26 16:06:16 +08:00
parent af9c79e259
commit 188539ec26
1 changed files with 6 additions and 0 deletions

View File

@ -43,3 +43,9 @@ a:visited {
h3 {
color: var(--baseEm);
}
/* design-ey stuff */
li + li, div + div {
margin-top: 30px;
}