Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
pirateIV committed Jul 31, 2023
1 parent 2bf6985 commit 4b3babb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,9 @@
.container-mov .content .mov-info h1 {
font-size: 35px;
}
.container-mov .content .mov-info .info p {
.container-mov .content .mov-info .info p,
.top_rated_mov .top-rated .mov-list .list .date,
.top-rated p {
font-size: 14px !important;
}
.header-logo {
Expand All @@ -302,4 +304,18 @@
width: 150px;
margin-bottom: 10px;
}
.top_rated_mov .top-rated .mov-list {
grid-gap: 10px !important;
}
.top_rated_mov .top-rated .mov-list .list {
height: 120px !important;
width: 170px !important;
}
.top_rated_mov .top-rated .mov-list .list .item {
height: 210px !important;
width: 190px;
}
.top_rated_mov .top-rated .mov-list .list img {
width: 170px !important;
}
}
4 changes: 2 additions & 2 deletions js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,13 +393,13 @@ async function getPopular() {
vote_average * 10
)}" cx="20" cy="20" r="16" fill="none" stroke-width="5"></circle>
<circle cx="20" cy="20" r="16" fill="black"></circle>
<text x="23" y="22" text-anchor="middle" dominant-baseline="middle" font-size="12" fill="white" font-weight="bold">
<text x="23" y="22" text-anchor="middle" dominant-baseline="middle" font-size="10" fill="white" font-weight="bold">
${vote_average * 10}<tspan dy="-5" font-size="8">%</tspan>
</text>
</svg>
</div>
<p class="text-muted">${release_date}</p>
<p class="date text-muted">${release_date}</p>
<h6 class="text-center text-light mb-5">${title}</h4>
</div>
Expand Down

0 comments on commit 4b3babb

Please sign in to comment.