Commit a88b158 1 parent d36bc32 commit a88b158 Copy full SHA for a88b158
File tree 2 files changed +25
-1
lines changed
2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -975,6 +975,21 @@ video {
975
975
background-color : rgb (255 255 255 / var (--tw-bg-opacity ));
976
976
}
977
977
978
+ .bg-slate-500 {
979
+ --tw-bg-opacity : 1 ;
980
+ background-color : rgb (100 116 139 / var (--tw-bg-opacity ));
981
+ }
982
+
983
+ .bg-slate-400 {
984
+ --tw-bg-opacity : 1 ;
985
+ background-color : rgb (148 163 184 / var (--tw-bg-opacity ));
986
+ }
987
+
988
+ .bg-slate-700 {
989
+ --tw-bg-opacity : 1 ;
990
+ background-color : rgb (51 65 85 / var (--tw-bg-opacity ));
991
+ }
992
+
978
993
.fill-\[\#06B6D4\] {
979
994
fill : # 06B6D4 ;
980
995
}
@@ -1034,6 +1049,11 @@ video {
1034
1049
padding-bottom : 1.25rem ;
1035
1050
}
1036
1051
1052
+ .py-48 {
1053
+ padding-top : 12rem ;
1054
+ padding-bottom : 12rem ;
1055
+ }
1056
+
1037
1057
.pb-12 {
1038
1058
padding-bottom : 3rem ;
1039
1059
}
@@ -1078,6 +1098,10 @@ video {
1078
1098
padding-top : 8rem ;
1079
1099
}
1080
1100
1101
+ .pb-32 {
1102
+ padding-bottom : 8rem ;
1103
+ }
1104
+
1081
1105
.text-center {
1082
1106
text-align : center;
1083
1107
}
Original file line number Diff line number Diff line change @@ -1103,7 +1103,7 @@ <h3 class="font-semibold text-2xl text-secondary mb-3">
1103
1103
<!-- Features Section End -->
1104
1104
1105
1105
<!-- Tech Stack Section Start -->
1106
- < section class ="pt-32 pb-24 bg-slate-50 ">
1106
+ < section class ="py-48 bg-white ">
1107
1107
< div class ="container ">
1108
1108
< div class ="block mb-12 ">
1109
1109
< div class ="px-10 lg:px-16 max-w-full mx-auto ">
You can’t perform that action at this time.
0 commit comments