Skip to content

Commit

Permalink
Merge pull request #1684 from Archi-shaw/archi
Browse files Browse the repository at this point in the history
fix: Improve the UI of the mentioned sections to improve user readability
  • Loading branch information
apu52 authored Feb 12, 2025
2 parents 45ca1bc + 1e1cef7 commit 95ec6c2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions counter.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

}
.countitem {
width: 28vmin;
height: 28vmin;
width: 36vmin;
height: 32vmin;
display: flex;
flex-direction: column;
justify-content: space-around;
Expand Down Expand Up @@ -53,21 +53,21 @@
width: 85vw;
}
.countitem{
height: 26vmin;
width: 26vmin;
font-size: 12px;
height: 40vmin;
width: 40vmin;
font-size: 8px;
}
}
@media screen and (max-width: 768px) {
.wrapper {
width: 90vw;
flex-wrap: wrap;
gap: 30px;
gap: 20px;
}
.countitem {
width: calc(50% - 40px);
height: 30vmin;
font-size: 14px;
width: calc(80% - 40px);
height: 36vmin;
font-size: 7px;
}
}
@media screen and (max-width: 480px) {
Expand All @@ -78,6 +78,6 @@
.countitem {
width: 100%;
height: 25vmin;
font-size: 8px;
font-size: 6px;
}
}
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1159,10 +1159,10 @@ <h2 class="section__title">Best trip packages</h2>
<div class="section__container gallary__container" id="originalDiv">
<div class="gallary__content">
<div>
<h2 class="section__title" data-aos="zoom-in" style="text-align: center;">
<h2 class="section__title" data-aos="zoom-in" style="text-align: center; ">
Our trip gallery that will inspire you
</h2>
<p class="section__subtitle" data-aos="zoom-in">
<p class="section__subtitle" data-aos="zoom-in" style="margin: 20px;">
Visual Stories of Adventure to Spark Your Imagination.<br>
Get inspired for your next journey.
</p>
Expand Down

0 comments on commit 95ec6c2

Please sign in to comment.