Skip to content

Commit a88b158

Browse files
committed
changed color
1 parent d36bc32 commit a88b158

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

dist/css/tailwind-style.css

+24
Original file line numberDiff line numberDiff line change
@@ -975,6 +975,21 @@ video {
975975
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
976976
}
977977

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+
978993
.fill-\[\#06B6D4\]{
979994
fill: #06B6D4;
980995
}
@@ -1034,6 +1049,11 @@ video {
10341049
padding-bottom: 1.25rem;
10351050
}
10361051

1052+
.py-48{
1053+
padding-top: 12rem;
1054+
padding-bottom: 12rem;
1055+
}
1056+
10371057
.pb-12{
10381058
padding-bottom: 3rem;
10391059
}
@@ -1078,6 +1098,10 @@ video {
10781098
padding-top: 8rem;
10791099
}
10801100

1101+
.pb-32{
1102+
padding-bottom: 8rem;
1103+
}
1104+
10811105
.text-center{
10821106
text-align: center;
10831107
}

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@ <h3 class="font-semibold text-2xl text-secondary mb-3">
11031103
<!-- Features Section End -->
11041104

11051105
<!-- Tech Stack Section Start -->
1106-
<section class="pt-32 pb-24 bg-slate-50">
1106+
<section class="py-48 bg-white">
11071107
<div class="container">
11081108
<div class="block mb-12">
11091109
<div class="px-10 lg:px-16 max-w-full mx-auto">

0 commit comments

Comments
 (0)