fix: fix mobile breakpoint so menu and links never overstep screen width
This commit is contained in:
parent
d9d210de81
commit
1d25bec5bb
|
|
@ -1,4 +1,4 @@
|
||||||
$mobile-breakpoint: "max-width: 768px";
|
$mobile-breakpoint: "max-width: 970px";
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--background-dark: url("/img/background-black-red.jpg");
|
--background-dark: url("/img/background-black-red.jpg");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue