implemented search module

This commit is contained in:
Sojon
2023-05-29 16:18:54 +06:00
parent ac34bdba00
commit 24de4aa89e
9 changed files with 58 additions and 34 deletions

View File

@@ -1,3 +1,7 @@
main {
min-height: 70vh;
}
// section style
.section {
@apply py-24 xl:py-28;