Padding, formatting

This commit is contained in:
Bingus_Violet 2023-12-06 21:33:14 -06:00
parent b78b7c322c
commit 9583f70c7c
2 changed files with 6 additions and 1 deletions

View file

@ -33,6 +33,10 @@ html {
background-color: var(--background-color);
}
body {
padding: 10px;
}
select,
input {
display: block;