improve sizing/spacing on page

This could be converted to a Project Setting option… which might be nice :)
This commit is contained in:
Ben Haynes
2021-01-13 18:21:45 -05:00
parent 54ddf83f6d
commit 1cfa09e46c

View File

@@ -203,6 +203,14 @@ export default defineComponent({
scroll-padding-top: 100px;
scroll-behavior: smooth;
// Page Content Spacing (Could be converted to Project Setting toggle)
font-size: 15px;
line-height: 24px;
--border-radius: 6px;
--input-height: 60px;
--input-padding: 16px; // (60 - 4 - 24) / 2
--form-vertical-gap: 52px;
main {
display: contents;
}