new style
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user