jekyll build from Action fae93a92de
This commit is contained in:
@@ -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 */
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user