Margin fixes

This commit is contained in:
Fred Boniface
2023-07-11 22:59:41 +01:00
parent 0c5d488d1f
commit 8676a62f1e
15 changed files with 55 additions and 21 deletions

View File

@@ -113,6 +113,10 @@
<Nav />
<style>
p {
margin-left: 10px;
margin-right: 10px;
}
.label {
font-weight: 600;
color: var(--main-text-color);