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

fixed sidebar

This commit is contained in:
Fedor Katurov 2021-03-09 13:42:36 +07:00
parent 470e174547
commit 11325b96b3
5 changed files with 64 additions and 9 deletions

View file

@ -9,4 +9,8 @@
@include tablet {
padding: 0;
}
@media (max-width: $content_width + $gap * 4) {
padding: 0;
}
}