add padding to foreground div

This commit is contained in:
Mystikfluu
2022-07-09 18:06:35 +02:00
parent f813f21b19
commit 39389ebebb
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -60,6 +60,10 @@ footer {
padding: 6px 14px;
}
.pd-great {
padding: 10px 30px;
}
.bg-light {
background-color: var(--fg-color);
}