Updated to show collections in navigation.

This commit is contained in:
th3r00t
2023-11-10 00:53:32 -05:00
parent 551feb9e0e
commit 4e0997df06
6 changed files with 105 additions and 47 deletions

View File

@@ -101,3 +101,25 @@ $footer-padding: 0.5rem 0.5rem
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
#master-container
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
#book-shelf
display: grid;
justify-content: space-evenly;
align-items: center;
align-content: center;
padding: 1rem;
margin: 1rem;
// background-color: $ps-color-background;
.collection
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
align-content: center;
background-color: $ps-color-background;