Add new documentation pages and update blog styling
This commit introduces three new documentation files: `anwendungen.md` for AI solution use cases, `stylesheets/modules/blog.scss` for blog-specific styling, and `datenschutz.md` for the privacy policy. Additionally, it enhances blog author and sidebar styling for consistency and readability.
This commit is contained in:
@@ -119,6 +119,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Hide Impressum and Datenschutz from navigation (top tabs and sidebar)
|
||||
.md-tabs__link[href^="/impressum/"],
|
||||
.md-tabs__link[href^="/datenschutzerklaerung/"],
|
||||
.md-nav__link[href^="/impressum/"],
|
||||
.md-nav__link[href^="/datenschutzerklaerung/"] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
// Content inner margin
|
||||
.md-content__inner {
|
||||
margin: 0 0 1.2rem;
|
||||
|
||||
Reference in New Issue
Block a user