diff options
author | MaZderMind | 2016-12-29 13:42:21 +0100 |
---|---|---|
committer | MaZderMind | 2016-12-29 13:42:21 +0100 |
commit | 67e0447ea419b7864062ebf87b7eb563bff275c0 (patch) | |
tree | b71ced3cc599b0f14847cd6ac70be1198ea989d2 /configs/conferences/33c3 | |
parent | dd87404387e89fe5a6ae79793193a71854a16bf8 (diff) |
repair mobile styles
Diffstat (limited to 'configs/conferences/33c3')
-rw-r--r-- | configs/conferences/33c3/main.less | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/conferences/33c3/main.less b/configs/conferences/33c3/main.less index d4e6d88..d221560 100644 --- a/configs/conferences/33c3/main.less +++ b/configs/conferences/33c3/main.less @@ -393,3 +393,9 @@ body.room .tab-content { border-bottom: 1px solid @light-grey; border-right: 1px solid @light-grey; } + +@media (max-width: 768px) + nav { + position: static !important; + } +}
\ No newline at end of file |