buuuncha updates

This commit is contained in:
2025-11-11 13:49:08 -05:00
parent 8a4b6df0f8
commit 826326f4e2
4 changed files with 235 additions and 127 deletions
+6 -1
View File
@@ -43,13 +43,17 @@
width: 50%;
min-width: 100%;
display: flex;
align-items: center;
justify-content: center;
background-color: var(--black);
color: var(--gold);
border: 1px solid var(--dark-gold);
border-radius: 5rem;
padding: 2rem 0;
padding: 2rem 1rem;
margin: 0;
font-size: 2rem;
@@ -69,6 +73,7 @@
#book-link {
display: block;
width: 50%;
text-decoration: none;
}
h2 {