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

fixed stamp appearance

This commit is contained in:
Fedor Katurov 2019-11-08 12:29:05 +07:00
parent 19442e25ef
commit 2c9faf8f9b

View file

@ -47,7 +47,7 @@ $stamp_color: $content_bg;
@media (max-width: $cell * 2) {
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 40vh 75vw;
grid-template-rows: 40vh 50vw;
grid-auto-rows: 50vw;
grid-column-gap: $gap;
grid-row-gap: $gap;
@ -101,4 +101,8 @@ $stamp_color: $content_bg;
width: 100%;
background: linear-gradient(transparentize($stamp_color, 1), $stamp_color 90%);
}
// @media (max-width: $cell * 2) {
// grid-row-end: span 3;
// }
}