Skip to content

Commit

Permalink
Merge pull request #536 from Khemmie-Ray/Fix-homepage-card
Browse files Browse the repository at this point in the history
Fix homepage card
  • Loading branch information
ayushtom authored Mar 18, 2024
2 parents dd4fc0c + b8dff8c commit f816fa1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 3 additions & 5 deletions styles/Home.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@

@media (max-width: 768px) {
.container {
margin-top: 1.5rem;
margin-top: 1.5rem;
}

.blur1,
Expand Down Expand Up @@ -205,8 +205,7 @@
}

.questCategoryContainer {
width: calc(100% - 2rem);
max-width: 268px;
width: 90%;
position: relative;
}

Expand Down Expand Up @@ -253,10 +252,9 @@
}

.questCategory img {
width: 100%;
width: 90%;
height: auto;
margin-top: 1.5rem;
max-width: 200px;
}

.categoryDetails .content {
Expand Down
3 changes: 2 additions & 1 deletion styles/components/steps.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
font-size: 14px;
}
.banner {
max-width: 200px;
width: 90%;
display: block;
margin: 0 auto;
}
Expand All @@ -195,6 +195,7 @@
}
}


.overlay {
position: absolute;
top: 0;
Expand Down

0 comments on commit f816fa1

Please sign in to comment.