mirror of
https://git.hexahost.dev/smueller/HexaHost-Frontend.git
synced 2026-06-02 19:08:43 +00:00
Merge branch 'dev' into ci
This commit is contained in:
@@ -16,6 +16,26 @@
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
/* IT services page: center target-group cards without affecting other pages */
|
||||
.it-services-page .values .values-grid {
|
||||
display: flex !important;
|
||||
flex-wrap: wrap !important;
|
||||
justify-content: center !important;
|
||||
align-items: stretch;
|
||||
grid-template-columns: none !important;
|
||||
gap: 1.5rem !important;
|
||||
}
|
||||
|
||||
.it-services-page .values .value-item {
|
||||
flex: 0 1 320px !important;
|
||||
max-width: 360px;
|
||||
aspect-ratio: 1 / 1;
|
||||
margin: 0 !important;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
/* Legal pages: plain white content with black text */
|
||||
.legal-hero,
|
||||
.legal-content {
|
||||
@@ -142,4 +162,9 @@
|
||||
.footer-content {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.it-services-page .values .value-item {
|
||||
flex-basis: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ $current_page = 'it-dienstleistungen';
|
||||
includeHeader($page_title, $page_description, $current_page);
|
||||
?>
|
||||
|
||||
<main id="main-content">
|
||||
<main id="main-content" class="it-services-page">
|
||||
<!-- Services Hero -->
|
||||
<section class="about-hero">
|
||||
<div class="container">
|
||||
|
||||
Reference in New Issue
Block a user