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

removed page cover on tablets

This commit is contained in:
Fedor Katurov 2019-10-22 16:58:39 +07:00
parent ad0b9e6a28
commit 53abb3853e
3 changed files with 7 additions and 3 deletions

View file

@ -27,4 +27,8 @@
height: 100%;
background: url(~/sprites/dots.svg) rgba(0, 0, 0, 0.5);
}
@include tablet {
display: none;
}
}