mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
12 lines
171 B
SCSS
12 lines
171 B
SCSS
@import "~/styles/variables.scss";
|
|
|
|
.container {
|
|
width: 100%;
|
|
max-width: $content_width;
|
|
margin: auto;
|
|
padding: 0 $gap;
|
|
|
|
@include tablet {
|
|
padding: 0;
|
|
}
|
|
}
|