Compare commits
2 commits
65042af42b
...
987970258a
Author | SHA1 | Date | |
---|---|---|---|
|
987970258a | ||
|
fc04e24f56 |
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@
|
||||||
.mobile-nav {
|
.mobile-nav {
|
||||||
display: grid;
|
display: grid;
|
||||||
line-height: var(--navbar-height);
|
line-height: var(--navbar-height);
|
||||||
grid-template-rows: 1fr;
|
grid-template-rows: var(--navbar-height);
|
||||||
grid-template-columns: 2fr auto;
|
grid-template-columns: 2fr auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
Loading…
Add table
Reference in a new issue