Skip to content

Commit

Permalink
Merge pull request anuragverma108#4247 from Kajalmehta29/main
Browse files Browse the repository at this point in the history
Enhanced author page
  • Loading branch information
abhi03ruchi authored Oct 29, 2024
2 parents cf8450f + ab70d8f commit 0e5ae60
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions assets/html/author.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -444,16 +444,17 @@
.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;
}

.card-front h1{
position: relative;
bottom: -120px;
background: #e97070;
bottom: -230px;
font-size: 25px;

}

/* Added: Image for J.K. Rowling */
Expand Down

0 comments on commit 0e5ae60

Please sign in to comment.