2024-07-31 12:09:03 +02:00
|
|
|
.main-footer {
|
2024-07-31 18:29:16 +02:00
|
|
|
--padding-vertical: var(--space-m);
|
2024-09-03 16:35:32 +02:00
|
|
|
background-color: var(--color-brown);
|
2024-07-31 12:09:03 +02:00
|
|
|
display: grid;
|
2024-07-31 18:29:16 +02:00
|
|
|
grid-template-columns: 0.5fr 1fr 1fr 1fr;
|
|
|
|
|
column-gap: calc(var(--space-m));
|
2024-07-31 12:09:03 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.main-footer p {
|
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
|
}
|
2024-07-31 18:29:16 +02:00
|
|
|
|
|
|
|
|
.main-footer .social-icons {
|
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.main-footer form input {
|
|
|
|
|
width: 100%;
|
|
|
|
|
border-bottom: var(--border);
|
|
|
|
|
padding-bottom: 0.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.main-footer form input::after {
|
|
|
|
|
content: "→";
|
|
|
|
|
}
|