This commit is contained in:
Leocraft1 2025-07-27 09:11:02 +02:00
commit 1463dd3f26
1 changed files with 1 additions and 3 deletions

View File

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