Fix padding in room header
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user