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

@ -70,6 +70,7 @@
.categoriesContainer {
display: flex;
flex-direction: column;
justify-content: space-evenly;
gap: 16px;
padding-top: 25px;
}
@ -228,7 +229,7 @@
}
.categoryButtonText {
font-size: 12px;
font-size: 14px;
}
.categoryRow {
@ -246,11 +247,11 @@
}
.sectionTitle {
font-size: 18px;
font-size: 22px;
}
.categoryButton {
height: 100px;
height: 200px;
}
.mainContent {
@ -258,7 +259,7 @@
}
.categoryRow {
flex-direction: column;
flex-direction: row;
}
.categoryButton {