mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
fixed paddings on some devices
This commit is contained in:
parent
b228878207
commit
955b5927ca
4 changed files with 18 additions and 15 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
@include desktop {
|
||||
height: 64px;
|
||||
padding: 0 $gap;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
&.is_scrolled {
|
||||
|
@ -28,7 +28,8 @@
|
|||
justify-content: flex-end;
|
||||
font-weight: 500;
|
||||
box-sizing: border-box;
|
||||
flex: 0 1 $content_width;
|
||||
|
||||
@include container;
|
||||
}
|
||||
|
||||
.spacer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue