1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00
vault-frontend/src/containers/main/Container/styles.module.scss
2021-03-06 14:48:24 +07:00

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;
}
}