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:
parent
19442e25ef
commit
2c9faf8f9b
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
// }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue