Skip to content

Commit 1ad8f0f

Browse files
authored
Update style.css
1 parent 5dcc879 commit 1ad8f0f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

style.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,14 @@ body {
6060
background: rgba(255, 255, 255, 0.02);
6161
border: 1px solid var(--border-color);
6262
color: var(--bs-body-color);
63-
font-size: 3vw;
63+
height: 3rem;
64+
line-height: 3rem;
65+
font-size: clamp(1rem, 3vw, 1.5rem);
66+
padding: 0 1rem;
67+
box-sizing: border-box;
6468
}
6569

70+
6671
.form-control:focus {
6772
background: rgba(255, 255, 255, 0.03);
6873
border-color: var(--accent);

0 commit comments

Comments
 (0)