lower nav height in mobile
This commit is contained in:
parent
e4f4f1d660
commit
3f294daccf
|
@ -27,6 +27,12 @@
|
||||||
--link-transition: all 0.3s ease;
|
--link-transition: all 0.3s ease;
|
||||||
--line-yellow: url("data:image/svg+xml;charset=utf-8,%3Csvg preserveAspectRatio='none' width='120' height='6' viewBox='0 0 120 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M119 0.8C60 4 50-0.5 1 1.5' stroke='%23fc0' stroke-width='3' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
|
--line-yellow: url("data:image/svg+xml;charset=utf-8,%3Csvg preserveAspectRatio='none' width='120' height='6' viewBox='0 0 120 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M119 0.8C60 4 50-0.5 1 1.5' stroke='%23fc0' stroke-width='3' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
|
||||||
}
|
}
|
||||||
|
@media screen and (max-width: 500px) {
|
||||||
|
:root {
|
||||||
|
--header-height: 52px;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
.dark {
|
.dark {
|
||||||
--theme: rgb(29, 30, 32);
|
--theme: rgb(29, 30, 32);
|
||||||
|
|
Loading…
Reference in New Issue