Update nav menu css
This commit is contained in:
parent
744819c90d
commit
6ad4e164af
10 changed files with 59 additions and 69 deletions
7
assets/responsive.css
Normal file
7
assets/responsive.css
Normal file
|
@ -0,0 +1,7 @@
|
|||
@media only screen and (min-width: 60rem) {
|
||||
body {
|
||||
max-width:60rem;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue