summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-05-01 17:37:38 +0200
committerSamy Pessé <samypesse@gmail.com>2014-05-01 17:37:38 +0200
commit7497acd2e38a7e1a69dfb3a3e94e69e6d80bfa6c (patch)
treea567bfaa53a26ed3e9eb5dd1194c070a710073d4 /theme/stylesheets
parentae137885b8f90d15d927346a1fa7ccb371ec6fbd (diff)
downloadgitbook-7497acd2e38a7e1a69dfb3a3e94e69e6d80bfa6c.zip
gitbook-7497acd2e38a7e1a69dfb3a3e94e69e6d80bfa6c.tar.gz
gitbook-7497acd2e38a7e1a69dfb3a3e94e69e6d80bfa6c.tar.bz2
Center navigation button on mobile on start page
Diffstat (limited to 'theme/stylesheets')
-rwxr-xr-xtheme/stylesheets/book/navigation.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/theme/stylesheets/book/navigation.less b/theme/stylesheets/book/navigation.less
index def970e..9267fc7 100755
--- a/theme/stylesheets/book/navigation.less
+++ b/theme/stylesheets/book/navigation.less
@@ -40,6 +40,11 @@
width: 50%;
display: inline-block;
float: left;
+
+ &.navigation-unique {
+ max-width: 100%;
+ width: 100%;
+ }
}
}
}