mirror of
https://github.com/GuerillaStudio/vanillalist.git
synced 2024-12-21 08:31:55 +00:00
Add more space for content on smaller screens
This commit is contained in:
parent
5c999da282
commit
2a415686f4
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
||||||
|
|
||||||
.plugin {
|
.plugin {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 25% 1fr;
|
grid-template-columns: 17% 1fr;
|
||||||
align-items: start;
|
align-items: start;
|
||||||
column-gap: 1rem;
|
column-gap: 1rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue