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

related items without cover now has letters

This commit is contained in:
Fedor Katurov 2020-04-08 15:36:27 +07:00
parent 0f3ac203f7
commit eade3efc7c
4 changed files with 34 additions and 5 deletions
src/components/main/Header

View file

@ -11,7 +11,7 @@
box-sizing: border-box;
transition: background-color 0.5s;
@include tablet {
@include desktop {
height: 64px;
padding: 0 $gap;
}