Improve styles and content consistency across multiple pages

Standardized H2 headings with a new `.h2-as-text` class for better alignment and styling. Adjusted footer and layout widths to 1200px for improved responsiveness. Updated the KI-Agents profiles, webinar section, and various style modules to ensure consistent formatting, better readability, and cleaner design.
This commit is contained in:
tfw
2025-05-15 11:15:20 +02:00
parent 8003287465
commit dd1cf89c50
34 changed files with 175 additions and 95 deletions
+6 -2
View File
@@ -17,7 +17,7 @@ html {
// General layout settings
.md-grid {
max-width: 1080px;
max-width: 1200px;
}
.satag--padding-container {
@@ -26,4 +26,8 @@ html {
.satag-trademark {
text-transform: lowercase;
}
}
strong{
font-weight: bold;
}
+3 -3
View File
@@ -12,7 +12,7 @@
margin-left: auto;
margin-right: auto;
max-width: 1080px;
max-width: 1200px;
width: 100%;
line-height: 2rem;
padding-top: 3rem;
@@ -44,9 +44,9 @@
.md-footer-custom-links{
margin-left: auto;
margin-right: auto;
max-width: 1080px;
max-width: 1200px;
width: 100%;
a{
font-size: 1.2rem;
}
}
}
+2 -2
View File
@@ -61,7 +61,7 @@
h2{
padding-bottom: 1rem;
max-width: 61rem;
max-width: 1200px;
text-align: left;
margin: 0 auto;
}
@@ -69,7 +69,7 @@
text-align: center;
.satag--home-companies-logo-container{
display: flex;
max-width: 61rem;
max-width: 1200px;
margin: 0 auto;
flex-wrap: wrap; // Erlaubt Umbruch bei kleinen Bildschirmen
+12
View File
@@ -62,6 +62,18 @@ h2 {
}
}
// H2 that looks like normal text (for first H2 in KI-Agenten subpages)
.h2-as-text {
font-weight: 300;
font-size: 1.3rem !important;
line-height: 2rem !important;
text-transform: none !important;
&:after {
display: none !important;
}
}
// H3 styling
.md-typeset h3,
h3 {
+47 -1
View File
@@ -12,4 +12,50 @@
background-color: #000 !important;
}
}
}
}
// Webinar dates styling
.satag--webinar-dates {
margin: 2rem 0;
}
.satag--webinar-item {
margin-bottom: 1.5rem;
padding-bottom: 1.5rem;
&:last-child {
padding-bottom: 0;
}
}
.satag--webinar-date {
font-weight: bold;
margin-bottom: 0.25rem;
i {
margin-right: 0.5rem;
width: 1rem;
text-align: center;
}
}
.satag--webinar-time {
margin-bottom: 0.5rem;
color: white;
i {
margin-right: 0.5rem;
width: 1rem;
text-align: center;
}
}
.satag--webinar-course {
margin-bottom: 0.25rem;
}
.satag--webinar-type {
font-size: 0.9rem;
color: #666;
font-style: italic;
}