Compare commits
2 Commits
976dfc861d
...
d7b128316d
Author | SHA1 | Date | |
---|---|---|---|
d7b128316d
|
|||
2fbaf36d62
|
Binary file not shown.
Before Width: | Height: | Size: 11 MiB After Width: | Height: | Size: 11 MiB |
@@ -244,6 +244,12 @@ nav div {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 50rem) {
|
||||
nav div {
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
main {
|
||||
flex-grow: 1;
|
||||
padding: 16px;
|
||||
@@ -345,6 +351,10 @@ nav ul {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
nav ul {
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
nav ul li {
|
||||
width: 100%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user