mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +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
|
@ -1,15 +1,5 @@
|
|||
@import "~/styles/variables.scss";
|
||||
|
||||
.container {
|
||||
width: 100%;
|
||||
max-width: $content_width;
|
||||
box-sizing: border-box;
|
||||
|
||||
@include tablet {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@media (max-width: $content_width + $gap * 4) {
|
||||
padding: 0;
|
||||
}
|
||||
@include container;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue