File tree 2 files changed +12
-12
lines changed
2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 13
13
14
14
}
15
15
.countitem {
16
- width : 28 vmin ;
17
- height : 28 vmin ;
16
+ width : 36 vmin ;
17
+ height : 32 vmin ;
18
18
display : flex;
19
19
flex-direction : column;
20
20
justify-content : space-around;
53
53
width : 85vw ;
54
54
}
55
55
.countitem {
56
- height : 26 vmin ;
57
- width : 26 vmin ;
58
- font-size : 12 px ;
56
+ height : 40 vmin ;
57
+ width : 40 vmin ;
58
+ font-size : 8 px ;
59
59
}
60
60
}
61
61
@media screen and (max-width : 768px ) {
62
62
.wrapper {
63
63
width : 90vw ;
64
64
flex-wrap : wrap;
65
- gap : 30 px ;
65
+ gap : 20 px ;
66
66
}
67
67
.countitem {
68
- width : calc (50 % - 40px );
69
- height : 30 vmin ;
70
- font-size : 14 px ;
68
+ width : calc (80 % - 40px );
69
+ height : 36 vmin ;
70
+ font-size : 7 px ;
71
71
}
72
72
}
73
73
@media screen and (max-width : 480px ) {
78
78
.countitem {
79
79
width : 100% ;
80
80
height : 25vmin ;
81
- font-size : 8 px ;
81
+ font-size : 6 px ;
82
82
}
83
83
}
Original file line number Diff line number Diff line change @@ -1159,10 +1159,10 @@ <h2 class="section__title">Best trip packages</h2>
1159
1159
< div class ="section__container gallary__container " id ="originalDiv ">
1160
1160
< div class ="gallary__content ">
1161
1161
< 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; ">
1163
1163
Our trip gallery that will inspire you
1164
1164
</ h2 >
1165
- < p class ="section__subtitle " data-aos ="zoom-in ">
1165
+ < p class ="section__subtitle " data-aos ="zoom-in " style =" margin: 20px; " >
1166
1166
Visual Stories of Adventure to Spark Your Imagination.< br >
1167
1167
Get inspired for your next journey.
1168
1168
</ p >
You can’t perform that action at this time.
0 commit comments