aboutsummaryrefslogtreecommitdiff
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 {
16.c_intro { 16.c_intro {
17 height: 100vh; 17 height: 100vh;
18} 18}
19
20/* don't show the language selector in the dropdown on mobile devices,
21 * since it's in the top bar already.
22 */
23.in .nav-lang {
24 display: none;
25}
26
27.mobile-lang {
28 margin-left:5px;
29 margin-top: 8px;
30}