Remove unnecessary px units

This commit is contained in:
Frankie B 2023-10-15 12:43:30 +01:00
parent 5773639e5f
commit 3c3aa212d7
No known key found for this signature in database

View file

@ -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 {