diff options
-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 |