🎨 header responsiv
This commit is contained in:
parent
9a54b30e0e
commit
2c5ca6a57c
@ -2,4 +2,7 @@
|
||||
|
||||
.root {
|
||||
display: inline-flex;
|
||||
@media screen and (max-width: $screen-ls) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
@ -1,8 +1,9 @@
|
||||
$screen-xl: 2559px;
|
||||
// $screen-xl: 2559px;
|
||||
$screen-l: 1440px;
|
||||
$screen-ls: 1210px;
|
||||
$screen-m: 1023px;
|
||||
$screen-s: 767px;
|
||||
$screen-xs: 424px;
|
||||
// $screen-xs: 424px;
|
||||
|
||||
$custom-easing: cubic-bezier(0.645, 0.045, 0.355, 1);
|
||||
|
||||
@ -36,4 +37,3 @@ $grey-soft: #f9f9f9;
|
||||
$modal-background: rgba(0, 0, 0, 0.44);
|
||||
|
||||
$shadow-neutral: 0px 8px 10px 0px #00000012;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user