feat(css/style.css): make UI more compact

This commit is contained in:
2026-02-28 20:36:10 +01:00
parent 5510e9dd08
commit bb229dc724

View File

@@ -38,7 +38,7 @@ header {
align-items: center;
background-color: var(--ctp-mantle);
/* color: var(--ctp-text); */
padding: 1rem;
padding: 0.5rem 1rem;
}
main {
@@ -57,7 +57,7 @@ header a {
.button {
display: inline-block;
padding: 0.5rem 1rem;
padding: 0.25rem 0.5rem;
background-color: var(--ctp-lavender);
color: var(--ctp-base);
border: none;