change spacing var to be hardcoded

This commit is contained in:
kevmodrome 2020-06-25 12:41:22 +02:00
parent 5c67285db3
commit 106b28ced6
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
font-size: 18px;
font-weight: bold;
color: var(--ink);
margin-top: var(--space-lg);
margin-bottom: var(--space-md);
margin-top: 40px;
margin-bottom: 20px;
}
</style>