fixed sliding gallery, fixed styling

This commit is contained in:
shafin-r
2025-07-04 02:49:17 +06:00
parent 17ebe63dfd
commit 576398883d
12 changed files with 99 additions and 89 deletions

View File

@ -29,7 +29,7 @@
}
.text {
font-size: 24px;
font-size: 20px ;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
color: #fff;
@ -133,14 +133,14 @@
@media (max-width: 480px) {
.header {
height: 80px;
height: 100px;
padding-top: 15px;
padding-left: 15px;
padding-right: 15px;
}
.text {
font-size: 14px;
font-size: 17px;
}
.profile {
@ -148,8 +148,8 @@
}
.profileImg {
width: 30px;
height: 30px;
width: 40px;
height: 40px;
}
.timer {