Remove unnecessary px units
This commit is contained in:
parent
ef3fd13b55
commit
fe26401edc
1 changed files with 2 additions and 2 deletions
|
@ -102,8 +102,8 @@ .nav-wrapper {
|
|||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
grid-template-rows: 1fr;
|
||||
grid-column-gap: 0px;
|
||||
grid-row-gap: 0px;
|
||||
grid-column-gap: 0;
|
||||
grid-row-gap: 0;
|
||||
}
|
||||
|
||||
.theme-selector label {
|
||||
|
|
Loading…
Reference in a new issue