Skip to content

Commit

Permalink
minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-kakarot committed Jun 23, 2024
1 parent a840294 commit 90d7a9d
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,8 @@ body {
margin: auto;
}

#synopsis-div, #relations-div {
#synopsis-div,
#relations-div {
margin: 50px;
margin-top: 20px;
font-size: 16px;
Expand Down Expand Up @@ -608,7 +609,7 @@ body {
}

/* ---------------------------------------homepage media query----------------------------------------------------------------------*/

#container {
margin-top: 100px;
margin-left: 293px;
Expand Down Expand Up @@ -678,7 +679,10 @@ body {
}

#popular-anime-header,
#top-anime-header {
#top-anime-header,
#trailer-header,
#info-header,
#stats-header {
font-size: 50px;
}

Expand All @@ -699,7 +703,8 @@ body {
margin: 20px;
}

.pop-anime-details, .top-anime-details {
.pop-anime-details,
.top-anime-details {
margin-top: -10px;
height: 129px;
}
Expand Down

0 comments on commit 90d7a9d

Please sign in to comment.