summaryrefslogtreecommitdiff
path: root/style/campus.less
diff options
context:
space:
mode:
Diffstat (limited to 'style/campus.less')
-rw-r--r--style/campus.less14
1 files changed, 11 insertions, 3 deletions
diff --git a/style/campus.less b/style/campus.less
index 02d9126..60b28d7 100644
--- a/style/campus.less
+++ b/style/campus.less
@@ -22,11 +22,19 @@ body[data-page="campus"] {
img.description-picture {
float: right;
margin-left: 1em;
+ }
+}
- &.small {
+@media (max-width: 800px) {
+ /* do not bother showing large elements */
+ body[data-page="campus"] {
+ #campus-map {
+ display: none;
}
-
- &.large {
+ img.description-picture {
+ &.large {
+ display: none;
+ }
}
}
}