Added gap between stashes.
This commit is contained in:
parent
fcfce5acd4
commit
c04da18094
|
@ -76,6 +76,7 @@ console.log(profile.stashes);
|
|||
.stashes {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
|
||||
gap: 1rem;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue