added sites

This commit is contained in:
Jannik Menzel 2025-05-18 14:38:36 +02:00
parent f18e59b6cb
commit 56e2fd85ff
12 changed files with 351 additions and 9 deletions

View file

@ -351,6 +351,18 @@ li .dropdown-item-mobile {
padding: 1rem 1.25rem;
}
.ese-section .card-header {
font-size: 2rem;
}
.ese-section .card-body {
font-size: 1.1rem;
align-content: center;
max-width: 80%;
margin-left: auto;
margin-right: auto;
}
/* ========================
Button
======================== */
@ -513,6 +525,10 @@ footer {
.hero-section {
padding: 0 !important;
}
.ese-section .card-body {
max-width: 100%;
}
}
@media (min-width: 992px) {