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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user