1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-05-03 08:36:41 +07:00

(nextjs) removed logo on mobile

This commit is contained in:
Fedor Katurov 2022-01-19 14:28:52 +07:00
parent 76a1353831
commit 2a6ded288b
2 changed files with 2 additions and 5 deletions
src/containers/main/Header

View file

@ -143,10 +143,7 @@
}
.logo_wrapper {
@include tablet {
&.logged_in {
display: none;
}
display: none;
}
}