new style

This commit is contained in:
2025-10-23 17:37:03 -06:00
parent 198568920f
commit 1f0bb8e96d
3 changed files with 33 additions and 22 deletions
+8 -2
View File
@@ -2,6 +2,7 @@ html {
font-size: 62.5%;
box-sizing: border-box;
scroll-padding-top: 0rem;
scrollbar-width: none;
}
*,
@@ -19,8 +20,7 @@ body {
font-size: 2rem;
font-optical-sizing: auto;
min-height: 100dvh;
width: 100%;
max-width: 100vw;
width: 100vw;
&.overflow-hidden {
overflow: hidden;
@@ -56,3 +56,9 @@ h3 {
font-size: 4rem;
text-align: center;
}
label {
display: block;
text-align: start;
width: 100%;
}
+3 -3
View File
@@ -20,8 +20,8 @@
width: 100%;
padding: 10px;
margin-bottom: 15px;
border-radius: 5px;
border: 1px solid #ccc;
border-radius: 10px;
border: 1px solid #003e79;
}
button {
@@ -30,7 +30,7 @@
background-color: #004aad;
color: white;
border: none;
border-radius: 5px;
border-radius: 4px;
cursor: pointer;
}