added some idividual header's

This commit is contained in:
merajjahir
2022-02-23 13:48:45 +06:00
parent 69f2592d8f
commit c0eeffa19d
7 changed files with 387 additions and 30 deletions

50
dist/tailshape.css vendored
View File

@@ -2074,9 +2074,14 @@ Ensure the default browser behavior of the `hidden` attribute.
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-red-800 {
.bg-cyan-200 {
--tw-bg-opacity: 1;
background-color: rgb(153 27 27 / var(--tw-bg-opacity));
background-color: rgb(165 243 252 / var(--tw-bg-opacity));
}
.bg-green-400 {
--tw-bg-opacity: 1;
background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
.bg-gray-50 {
@@ -2208,11 +2213,6 @@ Ensure the default browser behavior of the `hidden` attribute.
background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.bg-green-400 {
--tw-bg-opacity: 1;
background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
.bg-indigo-700 {
--tw-bg-opacity: 1;
background-color: rgb(67 56 202 / var(--tw-bg-opacity));
@@ -2303,21 +2303,6 @@ Ensure the default browser behavior of the `hidden` attribute.
background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}
.bg-cyan-800 {
--tw-bg-opacity: 1;
background-color: rgb(21 94 117 / var(--tw-bg-opacity));
}
.bg-cyan-400 {
--tw-bg-opacity: 1;
background-color: rgb(34 211 238 / var(--tw-bg-opacity));
}
.bg-cyan-200 {
--tw-bg-opacity: 1;
background-color: rgb(165 243 252 / var(--tw-bg-opacity));
}
.bg-opacity-50 {
--tw-bg-opacity: 0.5;
}
@@ -5240,6 +5225,14 @@ Ensure the default browser behavior of the `hidden` attribute.
flex-direction: row;
}
.sm\:flex-col {
flex-direction: column;
}
.sm\:flex-wrap {
flex-wrap: wrap;
}
.sm\:items-start {
align-items: flex-start;
}
@@ -5536,6 +5529,11 @@ Ensure the default browser behavior of the `hidden` attribute.
margin-right: 0.25rem;
}
.md\:mx-auto {
margin-left: auto;
margin-right: auto;
}
.md\:mr-2 {
margin-right: 0.5rem;
}
@@ -5772,6 +5770,10 @@ Ensure the default browser behavior of the `hidden` attribute.
max-width: 72rem;
}
.md\:max-w-7xl {
max-width: 80rem;
}
.md\:grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
@@ -5972,6 +5974,10 @@ Ensure the default browser behavior of the `hidden` attribute.
padding: 0px;
}
.md\:p-4 {
padding: 1rem;
}
.md\:px-24 {
padding-left: 6rem;
padding-right: 6rem;