Added gap between stashes.

This commit is contained in:
2024-03-17 05:27:43 +01:00
parent fcfce5acd4
commit c04da18094

View File

@@ -76,6 +76,7 @@ console.log(profile.stashes);
.stashes {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
gap: 1rem;
padding: 1rem;
}