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