Added gap between stashes.

This commit is contained in:
DebaucheryLibrarian 2024-03-17 05:27:43 +01:00
parent fcfce5acd4
commit c04da18094
1 changed files with 1 additions and 0 deletions

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;
}