mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 15:05:50 +00:00
Added viewport meta tag for mobile view and Cleaned up hamburger styling
This commit is contained in:
parent
4ccde5937f
commit
43f543c18f
@ -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;
|
||||
|
@ -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 – <% end_if %>SilverStripe Documentation</title>
|
||||
|
||||
<% include DocumentationFavicons %>
|
||||
|
Loading…
x
Reference in New Issue
Block a user