Update style.css

This commit is contained in:
LupottoBusotto 2025-07-26 21:54:43 +02:00 committed by GitHub
parent 1a8aaebdac
commit 2188c1f9a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -124,14 +124,12 @@ a {
font-size: 16px;
border-radius: 6px;
border: 1px solid var(--border-color);
width: 20vw;
}
#stopCodeBar {
padding: 10px;
font-size: 16px;
border-radius: 6px;
border: 1px solid var(--border-color);
width: 20vw;
}
footer {
@ -139,4 +137,4 @@ footer {
bottom: 0;
left: 0;
width: 100%;
}
}