jekyll build from Action fae93a92de

This commit is contained in:
2025-03-18 20:57:09 +00:00
parent b87af1c72c
commit 2c87d29b95
12 changed files with 582 additions and 326 deletions

View File

@@ -8085,4 +8085,19 @@ footer {
color: #888;
}
.mobile-tabs {
display: none;
}
/* Ab max. 992px (iPad Hochkant und kleiner) ändert sich das Layout */
@media screen and (max-width: 992px) {
.desktop-only {
display: none;
}
.mobile-tabs {
display: block;
background-color: transparent;
}
}
/*# sourceMappingURL=main.css.map */