generated from muhtadeetaron/nextjs-template
fixed sliding gallery, fixed styling
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user