Merge pull request #203 from PaulAdamDavis/menu-button-border
Remove border from menu button on small screens
This commit is contained in:
commit
6f5138dcd2
|
@ -1773,7 +1773,7 @@ body:not(.post-template) .post-title {
|
||||||
.menu-button {
|
.menu-button {
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border-color: transparent;
|
border-width: 0;
|
||||||
color: #2e2e2e;
|
color: #2e2e2e;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue