This commit is contained in:
2026-05-07 15:54:08 +02:00
parent e48734dfa7
commit 6c694a73fb
5 changed files with 76 additions and 8 deletions

View File

@@ -296,6 +296,22 @@ nav {
outline: none;
}
.contact-form {
display: flex;
flex-direction: column;
gap: 12px;
padding: 20px;
border: 1px solid var(--nav-btn-border);
border-radius: 8px;
background: var(--nav-btn-bg);
color: var(--text-color);
transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
max-width: max(max-content, 400px);
margin: 20px auto;
margin-left: 23px;
margin-right: 23px;
}
@media (max-width: 720px) {
header {
padding: 6px 8px;