diff --git a/dist/tailshape.css b/dist/tailshape.css
index d576372..d540960 100755
--- a/dist/tailshape.css
+++ b/dist/tailshape.css
@@ -1171,6 +1171,14 @@ Ensure the default browser behavior of the `hidden` attribute.
margin-top: 3rem;
}
+.mt-0 {
+ margin-top: 0px;
+}
+
+.mb-16 {
+ margin-bottom: 4rem;
+}
+
.-mt-5 {
margin-top: -1.25rem;
}
@@ -1179,10 +1187,6 @@ Ensure the default browser behavior of the `hidden` attribute.
margin-bottom: -2.5rem;
}
-.mt-0 {
- margin-top: 0px;
-}
-
.ml-8 {
margin-left: 2rem;
}
@@ -1207,10 +1211,6 @@ Ensure the default browser behavior of the `hidden` attribute.
margin-top: 8rem;
}
-.mb-16 {
- margin-bottom: 4rem;
-}
-
.mr-3 {
margin-right: 0.75rem;
}
@@ -1235,10 +1235,26 @@ Ensure the default browser behavior of the `hidden` attribute.
margin-left: -0.25rem;
}
+.-mt-32 {
+ margin-top: -8rem;
+}
+
+.-ml-64 {
+ margin-left: -16rem;
+}
+
+.ml-0 {
+ margin-left: 0px;
+}
+
.mt-auto {
margin-top: auto;
}
+.-ml-60 {
+ margin-left: -15rem;
+}
+
.-ml-0 {
margin-left: -0px;
}
@@ -1255,6 +1271,22 @@ Ensure the default browser behavior of the `hidden` attribute.
margin-right: -0.5rem;
}
+.mr-0 {
+ margin-right: 0px;
+}
+
+.mt-48 {
+ margin-top: 12rem;
+}
+
+.-mt-64 {
+ margin-top: -16rem;
+}
+
+.-ml-12 {
+ margin-left: -3rem;
+}
+
.mr-16 {
margin-right: 4rem;
}
@@ -1299,10 +1331,6 @@ Ensure the default browser behavior of the `hidden` attribute.
margin-right: auto;
}
-.ml-0 {
- margin-left: 0px;
-}
-
.-mt-36 {
margin-top: -9rem;
}
@@ -1327,34 +1355,6 @@ Ensure the default browser behavior of the `hidden` attribute.
margin-left: -0.75rem;
}
-.mr-0 {
- margin-right: 0px;
-}
-
-.mt-48 {
- margin-top: 12rem;
-}
-
-.-mt-64 {
- margin-top: -16rem;
-}
-
-.-ml-12 {
- margin-left: -3rem;
-}
-
-.-mt-32 {
- margin-top: -8rem;
-}
-
-.-ml-64 {
- margin-left: -16rem;
-}
-
-.-ml-60 {
- margin-left: -15rem;
-}
-
.-mt-24 {
margin-top: -6rem;
}
@@ -1515,6 +1515,10 @@ Ensure the default browser behavior of the `hidden` attribute.
height: 28rem;
}
+.h-20 {
+ height: 5rem;
+}
+
.h-px {
height: 1px;
}
@@ -1531,10 +1535,6 @@ Ensure the default browser behavior of the `hidden` attribute.
height: 2.75rem;
}
-.h-20 {
- height: 5rem;
-}
-
.h-0\.5 {
height: 0.125rem;
}
@@ -1555,6 +1555,12 @@ Ensure the default browser behavior of the `hidden` attribute.
height: 0.375rem;
}
+.h-max {
+ height: -webkit-max-content;
+ height: -moz-max-content;
+ height: max-content;
+}
+
.max-h-0 {
max-height: 0px;
}
@@ -1567,6 +1573,10 @@ Ensure the default browser behavior of the `hidden` attribute.
max-height: 100%;
}
+.max-h-10 {
+ max-height: 2.5rem;
+}
+
.min-h-screen {
min-height: 100vh;
}
@@ -1667,6 +1677,10 @@ Ensure the default browser behavior of the `hidden` attribute.
width: 28rem;
}
+.w-20 {
+ width: 5rem;
+}
+
.w-32 {
width: 8rem;
}
@@ -1703,10 +1717,6 @@ Ensure the default browser behavior of the `hidden` attribute.
width: 50%;
}
-.w-20 {
- width: 5rem;
-}
-
.w-11\/12 {
width: 91.666667%;
}
@@ -2248,14 +2258,14 @@ Ensure the default browser behavior of the `hidden` attribute.
grid-template-columns: repeat(12, minmax(0, 1fr));
}
-.grid-cols-7 {
- grid-template-columns: repeat(7, minmax(0, 1fr));
-}
-
.grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
+.grid-cols-7 {
+ grid-template-columns: repeat(7, minmax(0, 1fr));
+}
+
.grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
@@ -2292,6 +2302,10 @@ Ensure the default browser behavior of the `hidden` attribute.
place-content: center;
}
+.place-items-start {
+ place-items: start;
+}
+
.place-items-center {
place-items: center;
}
@@ -2401,6 +2415,11 @@ Ensure the default browser behavior of the `hidden` attribute.
row-gap: 2rem;
}
+.gap-x-6 {
+ -moz-column-gap: 1.5rem;
+ column-gap: 1.5rem;
+}
+
.gap-x-3 {
-moz-column-gap: 0.75rem;
column-gap: 0.75rem;
@@ -2549,6 +2568,12 @@ Ensure the default browser behavior of the `hidden` attribute.
margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}
+.-space-y-2 > :not([hidden]) ~ :not([hidden]) {
+ --tw-space-y-reverse: 0;
+ margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
+ margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
+}
+
.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 1;
}
@@ -2590,6 +2615,11 @@ Ensure the default browser behavior of the `hidden` attribute.
border-color: rgb(243 244 246 / var(--tw-divide-opacity));
}
+.divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
+ --tw-divide-opacity: 1;
+ border-color: rgb(79 70 229 / var(--tw-divide-opacity));
+}
+
.divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 0.5;
}
@@ -3059,21 +3089,16 @@ Ensure the default browser behavior of the `hidden` attribute.
border-color: rgb(134 239 172 / var(--tw-border-opacity));
}
-.border-teal-500 {
- --tw-border-opacity: 1;
- border-color: rgb(20 184 166 / var(--tw-border-opacity));
-}
-
-.border-cyan-300 {
- --tw-border-opacity: 1;
- border-color: rgb(103 232 249 / var(--tw-border-opacity));
-}
-
.border-emerald-300 {
--tw-border-opacity: 1;
border-color: rgb(110 231 183 / var(--tw-border-opacity));
}
+.border-teal-500 {
+ --tw-border-opacity: 1;
+ border-color: rgb(20 184 166 / var(--tw-border-opacity));
+}
+
.border-r-gray-200 {
--tw-border-opacity: 1;
border-right-color: rgb(229 231 235 / var(--tw-border-opacity));
@@ -3188,6 +3213,16 @@ Ensure the default browser behavior of the `hidden` attribute.
background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
+.bg-green-500 {
+ --tw-bg-opacity: 1;
+ background-color: rgb(34 197 94 / var(--tw-bg-opacity));
+}
+
+.bg-red-500 {
+ --tw-bg-opacity: 1;
+ background-color: rgb(239 68 68 / var(--tw-bg-opacity));
+}
+
.bg-yellow-600 {
--tw-bg-opacity: 1;
background-color: rgb(202 138 4 / var(--tw-bg-opacity));
@@ -3208,11 +3243,6 @@ Ensure the default browser behavior of the `hidden` attribute.
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
-.bg-red-500 {
- --tw-bg-opacity: 1;
- background-color: rgb(239 68 68 / var(--tw-bg-opacity));
-}
-
.bg-blue-700 {
--tw-bg-opacity: 1;
background-color: rgb(29 78 216 / var(--tw-bg-opacity));
@@ -3332,11 +3362,6 @@ Ensure the default browser behavior of the `hidden` attribute.
background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
-.bg-green-500 {
- --tw-bg-opacity: 1;
- background-color: rgb(34 197 94 / var(--tw-bg-opacity));
-}
-
.bg-pink-500 {
--tw-bg-opacity: 1;
background-color: rgb(236 72 153 / var(--tw-bg-opacity));
@@ -3497,9 +3522,9 @@ Ensure the default browser behavior of the `hidden` attribute.
background-color: rgb(204 251 241 / var(--tw-bg-opacity));
}
-.bg-red-300 {
+.bg-red-800 {
--tw-bg-opacity: 1;
- background-color: rgb(252 165 165 / var(--tw-bg-opacity));
+ background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}
.bg-opacity-5 {
@@ -3534,6 +3559,10 @@ Ensure the default browser behavior of the `hidden` attribute.
background-image: url('https://images.unsplash.com/photo-1623479322729-28b25c16b011?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=1280');
}
+.bg-gradient-to-tr {
+ background-image: linear-gradient(to top right, var(--tw-gradient-stops));
+}
+
.bg-\[url\(\'https\:\/\/source\.unsplash\.com\/random\/640x480\/\?grayscale\'\)\] {
background-image: url('https://source.unsplash.com/random/640x480/?grayscale');
}
@@ -3580,6 +3609,11 @@ Ensure the default browser behavior of the `hidden` attribute.
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(253 242 248 / 0));
}
+.from-indigo-600 {
+ --tw-gradient-from: #4f46e5;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(79 70 229 / 0));
+}
+
.from-gray-100 {
--tw-gradient-from: #f3f4f6;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(243 244 246 / 0));
@@ -3616,6 +3650,10 @@ Ensure the default browser behavior of the `hidden` attribute.
--tw-gradient-to: #e0e7ff;
}
+.to-purple-600 {
+ --tw-gradient-to: #9333ea;
+}
+
.to-white {
--tw-gradient-to: #fff;
}
@@ -3757,6 +3795,10 @@ Ensure the default browser behavior of the `hidden` attribute.
padding: 2rem;
}
+.p-0 {
+ padding: 0px;
+}
+
.p-28 {
padding: 7rem;
}
@@ -3773,10 +3815,6 @@ Ensure the default browser behavior of the `hidden` attribute.
padding: 0.125rem;
}
-.p-0 {
- padding: 0px;
-}
-
.p-12 {
padding: 3rem;
}
@@ -3981,11 +4019,6 @@ Ensure the default browser behavior of the `hidden` attribute.
padding-right: 6rem;
}
-.py-28 {
- padding-top: 7rem;
- padding-bottom: 7rem;
-}
-
.pt-20 {
padding-top: 5rem;
}
@@ -4126,6 +4159,10 @@ Ensure the default browser behavior of the `hidden` attribute.
padding-left: 2.5rem;
}
+.pl-4 {
+ padding-left: 1rem;
+}
+
.pb-20 {
padding-bottom: 5rem;
}
@@ -4146,10 +4183,6 @@ Ensure the default browser behavior of the `hidden` attribute.
padding-top: 6rem;
}
-.pl-4 {
- padding-left: 1rem;
-}
-
.pr-4 {
padding-right: 1rem;
}
@@ -4162,6 +4195,10 @@ Ensure the default browser behavior of the `hidden` attribute.
padding-right: 1.25rem;
}
+.pt-48 {
+ padding-top: 12rem;
+}
+
.pt-0\.5 {
padding-top: 0.125rem;
}
@@ -4202,10 +4239,6 @@ Ensure the default browser behavior of the `hidden` attribute.
padding-left: 2.75rem;
}
-.pt-48 {
- padding-top: 12rem;
-}
-
.pl-0 {
padding-left: 0px;
}
@@ -4500,6 +4533,11 @@ Ensure the default browser behavior of the `hidden` attribute.
color: rgb(34 197 94 / var(--tw-text-opacity));
}
+.text-indigo-50 {
+ --tw-text-opacity: 1;
+ color: rgb(238 242 255 / var(--tw-text-opacity));
+}
+
.text-indigo-200 {
--tw-text-opacity: 1;
color: rgb(199 210 254 / var(--tw-text-opacity));
@@ -4684,6 +4722,11 @@ Ensure the default browser behavior of the `hidden` attribute.
color: rgb(129 140 248 / var(--tw-text-opacity));
}
+.text-pink-500 {
+ --tw-text-opacity: 1;
+ color: rgb(236 72 153 / var(--tw-text-opacity));
+}
+
.text-orange-600 {
--tw-text-opacity: 1;
color: rgb(234 88 12 / var(--tw-text-opacity));
@@ -4754,11 +4797,6 @@ Ensure the default browser behavior of the `hidden` attribute.
color: rgb(20 184 166 / var(--tw-text-opacity));
}
-.text-pink-500 {
- --tw-text-opacity: 1;
- color: rgb(236 72 153 / var(--tw-text-opacity));
-}
-
.text-yellow-900 {
--tw-text-opacity: 1;
color: rgb(113 63 18 / var(--tw-text-opacity));
@@ -4779,6 +4817,11 @@ Ensure the default browser behavior of the `hidden` attribute.
color: rgb(185 28 28 / var(--tw-text-opacity));
}
+.text-red-300 {
+ --tw-text-opacity: 1;
+ color: rgb(252 165 165 / var(--tw-text-opacity));
+}
+
.text-opacity-50 {
--tw-text-opacity: 0.5;
}
@@ -5263,6 +5306,12 @@ Ensure the default browser behavior of the `hidden` attribute.
border-radius: 0.375rem;
}
+.before\:bg-indigo-600::before {
+ content: var(--tw-content);
+ --tw-bg-opacity: 1;
+ background-color: rgb(79 70 229 / var(--tw-bg-opacity));
+}
+
.after\:content-\[\'\+\'\]::after {
--tw-content: '+';
content: var(--tw-content);
@@ -5835,6 +5884,10 @@ Ensure the default browser behavior of the `hidden` attribute.
opacity: 0.75;
}
+.hover\:opacity-20:hover {
+ opacity: 0.2;
+}
+
.hover\:shadow-md:hover {
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
@@ -5847,6 +5900,12 @@ Ensure the default browser behavior of the `hidden` attribute.
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
+.hover\:shadow-xl:hover {
+ --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
+ --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
+}
+
.hover\:shadow-2xl:hover {
--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
@@ -5859,12 +5918,6 @@ Ensure the default browser behavior of the `hidden` attribute.
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
-.hover\:shadow-xl:hover {
- --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
- --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
-}
-
.hover\:outline-none:hover {
outline: 2px solid transparent;
outline-offset: 2px;
@@ -5965,16 +6018,16 @@ Ensure the default browser behavior of the `hidden` attribute.
border-color: rgb(75 85 99 / var(--tw-border-opacity));
}
-.focus\:border-purple-300:focus {
- --tw-border-opacity: 1;
- border-color: rgb(216 180 254 / var(--tw-border-opacity));
-}
-
.focus\:border-purple-400:focus {
--tw-border-opacity: 1;
border-color: rgb(192 132 252 / var(--tw-border-opacity));
}
+.focus\:border-purple-300:focus {
+ --tw-border-opacity: 1;
+ border-color: rgb(216 180 254 / var(--tw-border-opacity));
+}
+
.focus\:bg-red-700:focus {
--tw-bg-opacity: 1;
background-color: rgb(185 28 28 / var(--tw-bg-opacity));
@@ -6327,16 +6380,16 @@ Ensure the default browser behavior of the `hidden` attribute.
background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
-.active\:bg-purple-600:active {
- --tw-bg-opacity: 1;
- background-color: rgb(147 51 234 / var(--tw-bg-opacity));
-}
-
.active\:bg-gray-200:active {
--tw-bg-opacity: 1;
background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
+.active\:bg-purple-600:active {
+ --tw-bg-opacity: 1;
+ background-color: rgb(147 51 234 / var(--tw-bg-opacity));
+}
+
.active\:bg-teal-600:active {
--tw-bg-opacity: 1;
background-color: rgb(13 148 136 / var(--tw-bg-opacity));
@@ -7073,6 +7126,11 @@ Ensure the default browser behavior of the `hidden` attribute.
color: rgb(165 243 252 / var(--tw-text-opacity));
}
+.dark .dark\:text-emerald-200 {
+ --tw-text-opacity: 1;
+ color: rgb(167 243 208 / var(--tw-text-opacity));
+}
+
.dark .dark\:text-purple-300 {
--tw-text-opacity: 1;
color: rgb(216 180 254 / var(--tw-text-opacity));
@@ -7148,11 +7206,6 @@ Ensure the default browser behavior of the `hidden` attribute.
color: rgb(6 182 212 / var(--tw-text-opacity));
}
-.dark .dark\:text-emerald-200 {
- --tw-text-opacity: 1;
- color: rgb(167 243 208 / var(--tw-text-opacity));
-}
-
.dark .dark\:text-blue-300 {
--tw-text-opacity: 1;
color: rgb(147 197 253 / var(--tw-text-opacity));
@@ -7212,6 +7265,21 @@ Ensure the default browser behavior of the `hidden` attribute.
color: rgb(204 251 241 / var(--tw-text-opacity));
}
+.dark .dark\:text-red-300 {
+ --tw-text-opacity: 1;
+ color: rgb(252 165 165 / var(--tw-text-opacity));
+}
+
+.dark .dark\:text-pink-500 {
+ --tw-text-opacity: 1;
+ color: rgb(236 72 153 / var(--tw-text-opacity));
+}
+
+.dark .dark\:text-indigo-600 {
+ --tw-text-opacity: 1;
+ color: rgb(79 70 229 / var(--tw-text-opacity));
+}
+
.dark .dark\:placeholder-white::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgb(255 255 255 / var(--tw-placeholder-opacity));
@@ -7481,6 +7549,11 @@ Ensure the default browser behavior of the `hidden` attribute.
background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
+.dark .dark\:hover\:bg-emerald-300:hover {
+ --tw-bg-opacity: 1;
+ background-color: rgb(110 231 183 / var(--tw-bg-opacity));
+}
+
.dark .hover\:dark\:bg-gray-900:hover {
--tw-bg-opacity: 1;
background-color: rgb(17 24 39 / var(--tw-bg-opacity));
@@ -7620,6 +7693,11 @@ Ensure the default browser behavior of the `hidden` attribute.
color: rgb(192 132 252 / var(--tw-text-opacity));
}
+.dark .dark\:hover\:text-indigo-600:hover {
+ --tw-text-opacity: 1;
+ color: rgb(79 70 229 / var(--tw-text-opacity));
+}
+
.dark .dark\:hover\:ring-2:hover {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
@@ -7851,6 +7929,14 @@ Ensure the default browser behavior of the `hidden` attribute.
margin-top: 0px;
}
+ .sm\:mt-10 {
+ margin-top: 2.5rem;
+ }
+
+ .sm\:mb-16 {
+ margin-bottom: 4rem;
+ }
+
.sm\:-mt-10 {
margin-top: -2.5rem;
}
@@ -7903,6 +7989,10 @@ Ensure the default browser behavior of the `hidden` attribute.
margin-top: 0.25rem;
}
+ .sm\:mr-3 {
+ margin-right: 0.75rem;
+ }
+
.sm\:ml-5 {
margin-left: 1.25rem;
}
@@ -7915,18 +8005,6 @@ Ensure the default browser behavior of the `hidden` attribute.
margin-bottom: 1.25rem;
}
- .sm\:mr-3 {
- margin-right: 0.75rem;
- }
-
- .sm\:mt-10 {
- margin-top: 2.5rem;
- }
-
- .sm\:mb-16 {
- margin-bottom: 4rem;
- }
-
.sm\:mt-auto {
margin-top: auto;
}
@@ -7943,6 +8021,10 @@ Ensure the default browser behavior of the `hidden` attribute.
display: flex;
}
+ .sm\:grid {
+ display: grid;
+ }
+
.sm\:hidden {
display: none;
}
@@ -8347,16 +8429,16 @@ Ensure the default browser behavior of the `hidden` attribute.
padding-right: 1.25rem;
}
- .sm\:px-12 {
- padding-left: 3rem;
- padding-right: 3rem;
- }
-
.sm\:px-0 {
padding-left: 0px;
padding-right: 0px;
}
+ .sm\:px-12 {
+ padding-left: 3rem;
+ padding-right: 3rem;
+ }
+
.sm\:py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
@@ -8391,6 +8473,10 @@ Ensure the default browser behavior of the `hidden` attribute.
padding-top: 3rem;
}
+ .sm\:pl-0 {
+ padding-left: 0px;
+ }
+
.sm\:pb-16 {
padding-bottom: 4rem;
}
@@ -8407,10 +8493,6 @@ Ensure the default browser behavior of the `hidden` attribute.
padding-left: 2rem;
}
- .sm\:pl-0 {
- padding-left: 0px;
- }
-
.sm\:pl-20 {
padding-left: 5rem;
}
@@ -8810,6 +8892,14 @@ Ensure the default browser behavior of the `hidden` attribute.
margin-right: auto;
}
+ .md\:ml-12 {
+ margin-left: 3rem;
+ }
+
+ .md\:mr-3 {
+ margin-right: 0.75rem;
+ }
+
.md\:mb-12 {
margin-bottom: 3rem;
}
@@ -8830,10 +8920,6 @@ Ensure the default browser behavior of the `hidden` attribute.
margin-top: 6rem;
}
- .md\:ml-12 {
- margin-left: 3rem;
- }
-
.md\:mt-12 {
margin-top: 3rem;
}
@@ -8842,10 +8928,6 @@ Ensure the default browser behavior of the `hidden` attribute.
margin-top: -9rem;
}
- .md\:mr-3 {
- margin-right: 0.75rem;
- }
-
.md\:-mr-4 {
margin-right: -1rem;
}
@@ -8910,6 +8992,10 @@ Ensure the default browser behavior of the `hidden` attribute.
height: 1.25rem;
}
+ .md\:h-24 {
+ height: 6rem;
+ }
+
.md\:h-48 {
height: 12rem;
}
@@ -8934,10 +9020,6 @@ Ensure the default browser behavior of the `hidden` attribute.
height: 4rem;
}
- .md\:h-24 {
- height: 6rem;
- }
-
.md\:w-1\/2 {
width: 50%;
}
@@ -9030,6 +9112,10 @@ Ensure the default browser behavior of the `hidden` attribute.
width: 66.666667%;
}
+ .md\:w-4\/5 {
+ width: 80%;
+ }
+
.md\:w-9 {
width: 2.25rem;
}
@@ -9050,10 +9136,6 @@ Ensure the default browser behavior of the `hidden` attribute.
width: 40%;
}
- .md\:w-4\/5 {
- width: 80%;
- }
-
.md\:max-w-xl {
max-width: 36rem;
}
@@ -9135,6 +9217,10 @@ Ensure the default browser behavior of the `hidden` attribute.
flex-wrap: nowrap;
}
+ .md\:place-items-start {
+ place-items: start;
+ }
+
.md\:items-start {
align-items: flex-start;
}
@@ -9384,6 +9470,11 @@ Ensure the default browser behavior of the `hidden` attribute.
padding-right: 6rem;
}
+ .md\:py-16 {
+ padding-top: 4rem;
+ padding-bottom: 4rem;
+ }
+
.md\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
@@ -9409,11 +9500,6 @@ Ensure the default browser behavior of the `hidden` attribute.
padding-right: 4rem;
}
- .md\:py-16 {
- padding-top: 4rem;
- padding-bottom: 4rem;
- }
-
.md\:py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
@@ -9875,6 +9961,10 @@ Ensure the default browser behavior of the `hidden` attribute.
margin-right: 4rem;
}
+ .lg\:mt-20 {
+ margin-top: 5rem;
+ }
+
.lg\:mt-12 {
margin-top: 3rem;
}
@@ -9903,10 +9993,6 @@ Ensure the default browser behavior of the `hidden` attribute.
margin-top: -10rem;
}
- .lg\:mt-20 {
- margin-top: 5rem;
- }
-
.lg\:mt-5 {
margin-top: 1.25rem;
}
@@ -9915,10 +10001,22 @@ Ensure the default browser behavior of the `hidden` attribute.
margin-right: 3rem;
}
+ .lg\:mt-24 {
+ margin-top: 6rem;
+ }
+
+ .lg\:-ml-12 {
+ margin-left: -3rem;
+ }
+
.lg\:ml-0 {
margin-left: 0px;
}
+ .lg\:mr-8 {
+ margin-right: 2rem;
+ }
+
.lg\:-ml-28 {
margin-left: -7rem;
}
@@ -9979,18 +10077,6 @@ Ensure the default browser behavior of the `hidden` attribute.
margin-right: 0px;
}
- .lg\:mr-8 {
- margin-right: 2rem;
- }
-
- .lg\:mt-24 {
- margin-top: 6rem;
- }
-
- .lg\:-ml-12 {
- margin-left: -3rem;
- }
-
.lg\:mt-10 {
margin-top: 2.5rem;
}
@@ -10131,6 +10217,10 @@ Ensure the default browser behavior of the `hidden` attribute.
width: 91.666667%;
}
+ .lg\:w-screen {
+ width: 100vw;
+ }
+
.lg\:w-1\/5 {
width: 20%;
}
@@ -10147,6 +10237,10 @@ Ensure the default browser behavior of the `hidden` attribute.
width: 8rem;
}
+ .lg\:w-4\/6 {
+ width: 66.666667%;
+ }
+
.lg\:w-10 {
width: 2.5rem;
}
@@ -10159,14 +10253,6 @@ Ensure the default browser behavior of the `hidden` attribute.
width: 3rem;
}
- .lg\:w-4\/6 {
- width: 66.666667%;
- }
-
- .lg\:w-screen {
- width: 100vw;
- }
-
.lg\:max-w-4xl {
max-width: 56rem;
}
@@ -10426,11 +10512,6 @@ Ensure the default browser behavior of the `hidden` attribute.
padding-right: 2rem;
}
- .lg\:px-16 {
- padding-left: 4rem;
- padding-right: 4rem;
- }
-
.lg\:px-4 {
padding-left: 1rem;
padding-right: 1rem;
@@ -10441,6 +10522,11 @@ Ensure the default browser behavior of the `hidden` attribute.
padding-bottom: 120px;
}
+ .lg\:px-16 {
+ padding-left: 4rem;
+ padding-right: 4rem;
+ }
+
.lg\:px-0 {
padding-left: 0px;
padding-right: 0px;
@@ -10461,6 +10547,11 @@ Ensure the default browser behavior of the `hidden` attribute.
padding-bottom: 5rem;
}
+ .lg\:py-24 {
+ padding-top: 6rem;
+ padding-bottom: 6rem;
+ }
+
.lg\:px-20 {
padding-left: 5rem;
padding-right: 5rem;
@@ -10481,11 +10572,6 @@ Ensure the default browser behavior of the `hidden` attribute.
padding-bottom: 4rem;
}
- .lg\:py-24 {
- padding-top: 6rem;
- padding-bottom: 6rem;
- }
-
.lg\:py-7 {
padding-top: 1.75rem;
padding-bottom: 1.75rem;
@@ -10579,6 +10665,22 @@ Ensure the default browser behavior of the `hidden` attribute.
padding-left: 8rem;
}
+ .lg\:pt-40 {
+ padding-top: 10rem;
+ }
+
+ .lg\:pb-40 {
+ padding-bottom: 10rem;
+ }
+
+ .lg\:pt-20 {
+ padding-top: 5rem;
+ }
+
+ .lg\:pr-20 {
+ padding-right: 5rem;
+ }
+
.lg\:pl-0 {
padding-left: 0px;
}
@@ -10631,22 +10733,6 @@ Ensure the default browser behavior of the `hidden` attribute.
padding-left: 2rem;
}
- .lg\:pt-40 {
- padding-top: 10rem;
- }
-
- .lg\:pb-40 {
- padding-bottom: 10rem;
- }
-
- .lg\:pt-20 {
- padding-top: 5rem;
- }
-
- .lg\:pr-20 {
- padding-right: 5rem;
- }
-
.lg\:text-left {
text-align: left;
}
@@ -10718,17 +10804,17 @@ Ensure the default browser behavior of the `hidden` attribute.
color: rgb(67 56 202 / var(--tw-text-opacity));
}
- .lg\:shadow-lg {
- --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
- --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
- }
-
.lg\:shadow-none {
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
+
+ .lg\:shadow-lg {
+ --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
+ --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
+ }
}
@media (min-width: 1280px) {
@@ -10773,6 +10859,14 @@ Ensure the default browser behavior of the `hidden` attribute.
margin-top: 7rem;
}
+ .xl\:mb-8 {
+ margin-bottom: 2rem;
+ }
+
+ .xl\:mt-40 {
+ margin-top: 10rem;
+ }
+
.xl\:ml-1 {
margin-left: 0.25rem;
}
@@ -10789,14 +10883,6 @@ Ensure the default browser behavior of the `hidden` attribute.
margin-top: 4rem;
}
- .xl\:mb-8 {
- margin-bottom: 2rem;
- }
-
- .xl\:mt-40 {
- margin-top: 10rem;
- }
-
.xl\:mb-0 {
margin-bottom: 0px;
}
@@ -10897,6 +10983,10 @@ Ensure the default browser behavior of the `hidden` attribute.
max-width: 48rem;
}
+ .xl\:max-w-6xl {
+ max-width: 72rem;
+ }
+
.xl\:max-w-7xl {
max-width: 80rem;
}
@@ -10905,10 +10995,6 @@ Ensure the default browser behavior of the `hidden` attribute.
max-width: 1024px;
}
- .xl\:max-w-6xl {
- max-width: 72rem;
- }
-
.xl\:max-w-full {
max-width: 100%;
}
@@ -10996,6 +11082,16 @@ Ensure the default browser behavior of the `hidden` attribute.
padding-right: 8rem;
}
+ .xl\:py-40 {
+ padding-top: 10rem;
+ padding-bottom: 10rem;
+ }
+
+ .xl\:px-0 {
+ padding-left: 0px;
+ padding-right: 0px;
+ }
+
.xl\:px-20 {
padding-left: 5rem;
padding-right: 5rem;
@@ -11011,11 +11107,6 @@ Ensure the default browser behavior of the `hidden` attribute.
padding-right: 2.5rem;
}
- .xl\:px-0 {
- padding-left: 0px;
- padding-right: 0px;
- }
-
.xl\:py-32 {
padding-top: 8rem;
padding-bottom: 8rem;
@@ -11026,11 +11117,6 @@ Ensure the default browser behavior of the `hidden` attribute.
padding-right: 10rem;
}
- .xl\:py-40 {
- padding-top: 10rem;
- padding-bottom: 10rem;
- }
-
.xl\:pt-8 {
padding-top: 2rem;
}
diff --git a/public/componets/accordion/4_accordion.html b/public/componets/accordion/4_accordion.html
index e7db3f7..9c1ba47 100644
--- a/public/componets/accordion/4_accordion.html
+++ b/public/componets/accordion/4_accordion.html
@@ -142,6 +142,8 @@
+
+
+
+
+
+
+
-->
- Lorem ipsum, dolor sit amet consectetur adipisicing elit. Voluptas veritatis illo placeat harum porro optio
- fugit a culpa sunt id!
-
+ Lorem ipsum, dolor sit amet consectetur adipisicing elit. Voluptas veritatis illo placeat harum porro optio
+ fugit a culpa sunt id!
+ Read trusted reviews from our customers
+ Read trusted reviews from our customers
-
Our customers love + our product +
+Don't just take our word for it, read from our + extensive + list of case studies and customer testimonials.
+ ++++++ ++ +I'm loving these templates! Very nice + features and layouts. +
+Sandra + Walton - CEO + SomeCompany
+ ++
+++++ ++Really digging this service. Now I can + quickly bootstrap any + project.
+Kenny + Jones - CEO + SomeCompany
+ ++
+++++ ++ +Extremely helpful in every single project we + have released. +
+Mike Smith + - CEO SomeCompany +
+ ++
+++++ ++ +Finally a quick and easy system I can use + for any type of + project.
+Molly + Sanchez - CEO + SomeCompany
+ ++