feat: some small style fixes

This commit is contained in:
max_richter 2023-11-12 18:54:17 +01:00
parent 552f68f207
commit e01a7f75a6
2 changed files with 3 additions and 0 deletions

View File

@ -294,6 +294,7 @@
background: transparent; background: transparent;
border: none; border: none;
color: white; color: white;
width: 100%;
font-size: 1em; font-size: 1em;
margin: 0 auto; margin: 0 auto;
width: fit-content; width: fit-content;
@ -315,6 +316,7 @@
} }
section { section {
width: 80%;
border-width: 30px; border-width: 30px;
border-style: solid; border-style: solid;
border-image: url(/border.svg); border-image: url(/border.svg);

View File

@ -102,6 +102,7 @@
font-family: Parisienne; font-family: Parisienne;
font-size: 2em; font-size: 2em;
max-width: 500px; max-width: 500px;
width: 80%;
margin: 0 auto; margin: 0 auto;
display: flex; display: flex;