summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
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;
+}