diff --git a/assets/html/author.html b/assets/html/author.html index 618e50fec..43d04508b 100644 --- a/assets/html/author.html +++ b/assets/html/author.html @@ -405,11 +405,11 @@ .card-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); - gap: 20px; + gap: 100px; /* Increased padding from 30px to 80px to seperate the navbar with the cards */ padding: 80px; margin-top: 70px; - max-width: 1200px; + max-width:1600px; } .card { @@ -444,7 +444,7 @@ .card-front { background-color: #f59595; /* Changed color of text to match current UI and also make it visible */ - color: rgb(189, 7, 86); + font-size: 1.8em; text-align: center; position: absolute; @@ -452,8 +452,9 @@ .card-front h1{ position: relative; - bottom: -120px; - background: #e97070; + bottom: -230px; + font-size: 25px; + } /* Added: Image for J.K. Rowling */