kontakt
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user