feat(contact): update contact form and link; improve layout and styles

This commit is contained in:
Boris Waaub
2026-01-28 16:57:04 +01:00
parent 378d3be8c9
commit 651d2e4048
7 changed files with 81 additions and 20 deletions

View File

@@ -2212,6 +2212,10 @@ body {
order: 2;
}
.float-right {
float: right;
}
.\!my-0 {
margin-top: 0px !important;
margin-bottom: 0px !important;
@@ -2232,11 +2236,6 @@ body {
margin-bottom: 2rem;
}
.my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.\!mb-24 {
margin-bottom: 6rem !important;
}
@@ -2321,6 +2320,10 @@ body {
margin-top: 1rem;
}
.mt-5 {
margin-top: 1.25rem;
}
.mt-6 {
margin-top: 1.5rem;
}
@@ -2333,10 +2336,6 @@ body {
margin-top: auto;
}
.mt-5 {
margin-top: 1.25rem;
}
.line-clamp-2 {
overflow: hidden;
display: -webkit-box;
@@ -2508,6 +2507,10 @@ body {
max-width: 200px;
}
.max-w-lg {
max-width: 32rem;
}
.max-w-none {
max-width: none;
}
@@ -2594,6 +2597,10 @@ body {
align-items: baseline;
}
.justify-end {
justify-content: flex-end;
}
.justify-center {
justify-content: center;
}
@@ -2731,6 +2738,10 @@ body {
border-radius: 0px !important;
}
.rounded {
border-radius: 0.25rem;
}
.rounded-2xl {
border-radius: 1rem;
}
@@ -2944,6 +2955,10 @@ body {
padding: 2rem;
}
.p-10 {
padding: 2.5rem;
}
.px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
@@ -4429,6 +4444,11 @@ body {
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.focus\:border-blue-300:focus {
--tw-border-opacity: 1;
border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.focus\:border-primary-500:focus {
--tw-border-opacity: 1;
border-color: rgb(237 69 13 / var(--tw-border-opacity, 1));
@@ -4439,6 +4459,12 @@ body {
outline-offset: 2px;
}
.focus\:ring:focus {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);