Fix padding in room header

This commit is contained in:
Ajay Bura 2022-04-24 16:17:26 +05:30
parent ed8eca0c1d
commit 74216f75e2
4 changed files with 11 additions and 8 deletions

View file

@ -1,6 +1,5 @@
@use '../../partials/text';
@use '../../partials/dir';
@use '../../partials/screen';
.header {
@include dir.side(padding, var(--sp-normal), var(--sp-extra-tight));
@ -41,8 +40,4 @@
display: -webkit-box;
}
}
@include screen.smallerThan(mobileBreakpoint) {
@include dir.side(padding, calc(var(--sp-normal) - 10px), var(--sp-extra-tight));
}
}