code formatting

This commit is contained in:
Matteo Rosati
2026-02-11 12:05:58 +01:00
parent 6bce72e866
commit ee60df0c33
3 changed files with 26 additions and 26 deletions

View File

@@ -9,9 +9,17 @@
align-items: center;
justify-content: center;
padding: 4rem 1.5rem;
background: radial-gradient(circle at top, #eef5ff, #f7f0ff 35%, #f7f6ff 65%, #fdf6ef);
background: radial-gradient(
circle at top,
#eef5ff,
#f7f0ff 35%,
#f7f6ff 65%,
#fdf6ef
);
color: #1f1f1f;
font-family: "JetBrains Mono", "SFMono-Regular", "Menlo", "Monaco", "Consolas", monospace;
font-family:
"JetBrains Mono", "SFMono-Regular", "Menlo", "Monaco", "Consolas",
monospace;
}
.auth-card {
@@ -96,7 +104,9 @@
color: #1f2937;
font-weight: 600;
cursor: pointer;
transition: transform 0.2s ease, box-shadow 0.2s ease;
transition:
transform 0.2s ease,
box-shadow 0.2s ease;
}
.auth-submit:hover {