diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-05-01 17:37:38 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-05-01 17:37:38 +0200 |
commit | 7497acd2e38a7e1a69dfb3a3e94e69e6d80bfa6c (patch) | |
tree | a567bfaa53a26ed3e9eb5dd1194c070a710073d4 /theme/stylesheets | |
parent | ae137885b8f90d15d927346a1fa7ccb371ec6fbd (diff) | |
download | gitbook-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-x | theme/stylesheets/book/navigation.less | 5 |
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%; + } } } } |