mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-15 19:50:28 +03:00
Fix padding in room header
This commit is contained in:
parent
ed8eca0c1d
commit
74216f75e2
4 changed files with 11 additions and 8 deletions
|
|
@ -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));
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue