Fix navbar menu on small devices
This commit is contained in:
parent
6f0a9499aa
commit
cb887ca778
3 changed files with 12 additions and 2 deletions
|
|
@ -185,6 +185,15 @@ small.has-error {
|
|||
color: #f04124;
|
||||
}
|
||||
|
||||
@media (max-width: 641px) {
|
||||
.hide_menu {
|
||||
display: none;
|
||||
}
|
||||
.show_menu {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
hr { margin: 2.25rem 0;}
|
||||
|
||||
button.primary { background-color: #111; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue