forked from planex/defiance
fix mobile margins
This commit is contained in:
parent
5b0616cec4
commit
6bf3869bed
1 changed files with 2 additions and 2 deletions
|
@ -115,7 +115,7 @@ footer {
|
|||
|
||||
.nav-button {
|
||||
color: #FAFAFA;
|
||||
padding: 0px 40px;
|
||||
padding: 0px;
|
||||
text-decoration: none;
|
||||
}
|
||||
li:first-child {
|
||||
|
@ -151,6 +151,7 @@ li:first-child {
|
|||
}
|
||||
.nav-li {
|
||||
padding-right: 8px;
|
||||
width: 100%;
|
||||
float: left;
|
||||
display: none;
|
||||
}
|
||||
|
@ -159,7 +160,6 @@ li:first-child {
|
|||
}
|
||||
.nav-button {
|
||||
display: block;
|
||||
padding: 8px;
|
||||
}
|
||||
#nav-toggle-mobile {
|
||||
align-self: flex-end;
|
||||
|
|
Loading…
Add table
Reference in a new issue