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 {
|
.nav-button {
|
||||||
color: #FAFAFA;
|
color: #FAFAFA;
|
||||||
padding: 0px 40px;
|
padding: 0px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
li:first-child {
|
li:first-child {
|
||||||
|
@ -151,6 +151,7 @@ li:first-child {
|
||||||
}
|
}
|
||||||
.nav-li {
|
.nav-li {
|
||||||
padding-right: 8px;
|
padding-right: 8px;
|
||||||
|
width: 100%;
|
||||||
float: left;
|
float: left;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -159,7 +160,6 @@ li:first-child {
|
||||||
}
|
}
|
||||||
.nav-button {
|
.nav-button {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 8px;
|
|
||||||
}
|
}
|
||||||
#nav-toggle-mobile {
|
#nav-toggle-mobile {
|
||||||
align-self: flex-end;
|
align-self: flex-end;
|
||||||
|
|
Loading…
Add table
Reference in a new issue