🐛 Fix the height and radius of the inputs

This commit is contained in:
2024-04-22 15:51:01 +02:00
parent fcf3d92cf9
commit 58e12c991d
2 changed files with 7 additions and 1 deletions

View File

@@ -202,6 +202,10 @@ body {
outline: 0px;
}
input {
font-family: inherit;
}
#main {
height: 100%;
width: 100%;