first commit

This commit is contained in:
2024-03-15 16:26:27 +05:30
commit 381106cbe5
1046 changed files with 285998 additions and 0 deletions
@@ -0,0 +1,32 @@
/*******************************
section-title style
*******************************/
.section-title {
padding-bottom: 50px;
.title {
position: relative;
font-size: 30px;
font-weight: fontweight(bold);
text-transform: capitalize;
@include max-screen(480) {
font-size: 20px;
}
&::after {
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
bottom: 0px;
width: 60px;
height: 2px;
content: "";
background: $theme-color;
}
}
}
/*******************************
section-title style End
*******************************/