mirror of
https://github.com/GuerillaStudio/vanillalist.git
synced 2024-12-21 00:21:57 +00:00
Improve plugin margins for small screens
This commit is contained in:
parent
203d95bf2b
commit
5c999da282
1 changed files with 3 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
|||
display: grid;
|
||||
grid-template-columns: 25% 1fr;
|
||||
align-items: start;
|
||||
column-gap: 2rem;
|
||||
column-gap: 1rem;
|
||||
}
|
||||
|
||||
.plugin__visual {
|
||||
|
@ -65,7 +65,9 @@
|
|||
|
||||
.plugin__name {
|
||||
margin: 0;
|
||||
margin-top: -.5rem;
|
||||
margin-bottom: .5rem;
|
||||
font-size: 1.3em;
|
||||
}
|
||||
|
||||
/* Pagination
|
||||
|
|
Loading…
Reference in a new issue