Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-kakarot committed Jun 20, 2024
1 parent a606915 commit cb8f68b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
11 changes: 8 additions & 3 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ body {
width: 100%;
background-color: rgb(20, 20, 20);
z-index: 1;
/* margin-top: -76px; */
}

#name-header {
Expand Down Expand Up @@ -288,6 +287,11 @@ body {

/* ----------------------------------------Anime full details div css--------------------------------------------------------- */

#anime-whole-div {
margin-top: 69px;
height: fit-content;
}

#anime-div,
#anime-full-details-div {
display: none;
Expand Down Expand Up @@ -383,7 +387,6 @@ body {

#banner-image {
width: 100%;
margin-top: 76px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
Expand Down Expand Up @@ -445,6 +448,9 @@ body {
/* ------------------------------------------Media Queries------------------------------------------------------------ */

@media screen and (max-width: 981px) {
#anime-whole-div {
margin-top: -15px;
}

#name-header {
font-size: 50px;
Expand Down Expand Up @@ -490,7 +496,6 @@ body {
left: 0;
right: 0;
margin: auto;
margin-top: -10px;
}

#synopsis-div, #relations-div {
Expand Down
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ <h1 id="top-anime-header">Top Anime</h1>

</div>
<div id="anime-full-details-div">
<img src="" id="banner-image">
<div id="anime-whole-div">
<img src="" id="banner-image">
<div id="title-div">
<table id="title-table">
<tr>
Expand Down Expand Up @@ -84,6 +85,9 @@ <h1 id="top-anime-header">Top Anime</h1>
<h1 id="relations-header">Relations</h1>
</div>
</div>

</div>

</div>

</center>
Expand Down

0 comments on commit cb8f68b

Please sign in to comment.