1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

fixed gaps and radiuses

This commit is contained in:
Fedor Katurov 2021-12-26 10:49:10 +07:00
parent 782bafcc60
commit f63d2d3228
8 changed files with 62 additions and 29 deletions

View file

@ -11,6 +11,10 @@ $cols: $content_width / $cell;
.container {
@include container;
@include tablet {
padding: 0 $gap;
}
}
.grid {