Fix SCSS styles
This commit is contained in:
parent
b6469991b4
commit
5156a9ed3d
@ -1,5 +1,16 @@
|
|||||||
@use "./colors" as c;
|
@use "./colors" as c;
|
||||||
|
|
||||||
|
#link-to-mobile-menu {
|
||||||
|
padding: 0 15px;
|
||||||
|
|
||||||
|
> a {
|
||||||
|
border: 1pt solid c.$black;
|
||||||
|
padding: 5px 10px;
|
||||||
|
text-decoration: none;
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#menu .nav {
|
#menu .nav {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@ -23,14 +34,3 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#link-to-mobile-menu {
|
|
||||||
padding: 0 15px;
|
|
||||||
|
|
||||||
> a {
|
|
||||||
border: 1pt solid c.$black;
|
|
||||||
padding: 5px 10px;
|
|
||||||
text-decoration: none;
|
|
||||||
color: inherit;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//$width-very-narrow: 600px;
|
// $width-very-narrow: 600px;
|
||||||
$width-narrow: 750px;
|
$width-narrow: 750px;
|
||||||
$width-normal: 1000px;
|
$width-normal: 1000px;
|
||||||
$width-wide: 1600px;
|
$width-wide: 1600px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user