mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
added editor media query
This commit is contained in:
parent
3ed85eb1c5
commit
132fe872b6
1 changed files with 6 additions and 1 deletions
|
@ -70,12 +70,17 @@
|
|||
flex: 1;
|
||||
padding: $gap;
|
||||
padding-bottom: 0;
|
||||
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
||||
display: grid;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
grid-column-gap: $gap;
|
||||
grid-row-gap: $gap;
|
||||
|
||||
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
||||
|
||||
@media(max-width: 600px) {
|
||||
grid-template-columns: repeat(auto-fill, minmax(30vw, 1fr));
|
||||
}
|
||||
}
|
||||
|
||||
.cell {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue