adding curated books

This commit is contained in:
2024-07-24 15:02:09 -05:00
parent 4f833202d1
commit 912ed8fae2
6 changed files with 39 additions and 16 deletions

View File

@@ -253,7 +253,7 @@ a {
.foregroundContent {
padding-left: 8rem;
max-width: calc(100%-8rem);
padding-right: 2em;
padding-bottom: 1rem;
}
@@ -902,10 +902,17 @@ a {
.booklist {
margin: min(10em, 10%);
margin-bottom: 20em;
margin-bottom: 2em;
margin-top: 2em;
}
.boxed {
background-color: rgba(24, 24, 24, 0.85);
border: solid 0.5em rgba(139, 36, 36, 0.5);
border-radius: 0.5em;
padding: 1em;
}
.timeitem {
transition: .4s;
overflow-y: clip;