summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-02-15 00:45:59 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-02-15 00:45:59 +0100
commitf6a9fda62511c88ad1dec7dfe4f13e9318ffc430 (patch)
treec38bed96a7bfa87b1708ed615c33e7fc4f6eac19 /styles.css
parentba9b2a94aaa8876bf479d157e9624afbea976eb7 (diff)
downloadwww-f6a9fda62511c88ad1dec7dfe4f13e9318ffc430.tar.gz
www-f6a9fda62511c88ad1dec7dfe4f13e9318ffc430.tar.bz2
www-f6a9fda62511c88ad1dec7dfe4f13e9318ffc430.zip
fix responsive design language bar
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index 6b6d3c29..833df030 100644
--- a/styles.css
+++ b/styles.css
@@ -16,3 +16,15 @@ html {
.c_intro {
height: 100vh;
}
+
+/* don't show the language selector in the dropdown on mobile devices,
+ * since it's in the top bar already.
+ */
+.in .nav-lang {
+ display: none;
+}
+
+.mobile-lang {
+ margin-left:5px;
+ margin-top: 8px;
+}