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:
@@ -23,6 +23,17 @@
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1199px) and (min-width: 769px) {
|
||||
body{
|
||||
.satag--home-landing .satag--home-companies{
|
||||
padding: 4rem 6rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -63,7 +74,8 @@
|
||||
margin-left: -50vw !important;
|
||||
margin-right: -50vw !important;
|
||||
|
||||
.satag--home-companies-logo-container{
|
||||
|
||||
.satag--home-companies-logo--container{
|
||||
.satag--home-companies-logo{
|
||||
img {
|
||||
float: none !important;
|
||||
|
||||
@@ -1,3 +1,29 @@
|
||||
@media (max-width: 768px) {
|
||||
.md-nav--primary .md-nav__title{
|
||||
padding: 3rem 1rem !important;
|
||||
img{
|
||||
margin-top: -1.7rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* Hide desktop logo in mobile view */
|
||||
.md-header__button.md-logo {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Show and style mobile logo */
|
||||
.md-header__mobile-logo {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-left: 0.5rem;
|
||||
|
||||
img {
|
||||
height: 1.8rem;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 479px) {
|
||||
html, body {
|
||||
overflow-x: hidden;
|
||||
|
||||
Reference in New Issue
Block a user