Skip to content

Commit 95ec6c2

Browse files
authored
Merge pull request #1684 from Archi-shaw/archi
fix: Improve the UI of the mentioned sections to improve user readability
2 parents 45ca1bc + 1e1cef7 commit 95ec6c2

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

counter.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
}
1515
.countitem {
16-
width: 28vmin;
17-
height: 28vmin;
16+
width: 36vmin;
17+
height: 32vmin;
1818
display: flex;
1919
flex-direction: column;
2020
justify-content: space-around;
@@ -53,21 +53,21 @@
5353
width: 85vw;
5454
}
5555
.countitem{
56-
height: 26vmin;
57-
width: 26vmin;
58-
font-size: 12px;
56+
height: 40vmin;
57+
width: 40vmin;
58+
font-size: 8px;
5959
}
6060
}
6161
@media screen and (max-width: 768px) {
6262
.wrapper {
6363
width: 90vw;
6464
flex-wrap: wrap;
65-
gap: 30px;
65+
gap: 20px;
6666
}
6767
.countitem {
68-
width: calc(50% - 40px);
69-
height: 30vmin;
70-
font-size: 14px;
68+
width: calc(80% - 40px);
69+
height: 36vmin;
70+
font-size: 7px;
7171
}
7272
}
7373
@media screen and (max-width: 480px) {
@@ -78,6 +78,6 @@
7878
.countitem {
7979
width: 100%;
8080
height: 25vmin;
81-
font-size: 8px;
81+
font-size: 6px;
8282
}
8383
}

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1159,10 +1159,10 @@ <h2 class="section__title">Best trip packages</h2>
11591159
<div class="section__container gallary__container" id="originalDiv">
11601160
<div class="gallary__content">
11611161
<div>
1162-
<h2 class="section__title" data-aos="zoom-in" style="text-align: center;">
1162+
<h2 class="section__title" data-aos="zoom-in" style="text-align: center; ">
11631163
Our trip gallery that will inspire you
11641164
</h2>
1165-
<p class="section__subtitle" data-aos="zoom-in">
1165+
<p class="section__subtitle" data-aos="zoom-in" style="margin: 20px;">
11661166
Visual Stories of Adventure to Spark Your Imagination.<br>
11671167
Get inspired for your next journey.
11681168
</p>

0 commit comments

Comments
 (0)