Added viewport meta tag for mobile view and Cleaned up hamburger styling

This commit is contained in:
Jared Lee 2016-10-21 12:09:48 +13:00 committed by Cam Findlay
parent 4ccde5937f
commit 43f543c18f
2 changed files with 2 additions and 4 deletions

View File

@ -96,13 +96,10 @@ form .message.error {
}
@media (max-width: 992px) {
/*.nav-mobile{
display: none;
}*/
.site-header {
display: none;
}
#sidebar a.logo {
#sidebar .logo {
display: block;
height: 40px;
margin: 16px;

View File

@ -1,6 +1,7 @@
<head>
<% base_tag %>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><% if Title %>$Title &#8211; <% end_if %>SilverStripe Documentation</title>
<% include DocumentationFavicons %>