diff --git a/index.html b/index.html index 8d236bb..b35d669 100644 --- a/index.html +++ b/index.html @@ -100,9 +100,12 @@ -
-

Currently - hosting

+
+
+
+

Proudly Hosting

+
+
diff --git a/public/js/cards.js b/public/js/cards.js index 15a5a1a..b7f3131 100644 --- a/public/js/cards.js +++ b/public/js/cards.js @@ -61,7 +61,7 @@ function renderCards() {

${cards[index].description}

-
+
Read more @@ -81,7 +81,7 @@ function renderCards() { const element = document.createElement("div"); element.className = - "max-w-[298px] bg-white border border-gray-200 rounded-lg shadow dark:bg-gray-800 dark:border-gray-700"; + "max-w-[324px] sm:max-w-[275px] bg-white border border-gray-200 rounded-lg shadow dark:bg-gray-800 dark:border-gray-700"; element.innerHTML = template; services.appendChild(element); diff --git a/public/output.css b/public/output.css index 6cdae2e..c7abc64 100644 --- a/public/output.css +++ b/public/output.css @@ -1194,6 +1194,10 @@ input:checked + .toggle-bg { margin-top: 3.5rem; } +.mt-16 { + margin-top: 4rem; +} + .mt-2 { margin-top: 0.5rem; } @@ -1302,8 +1306,8 @@ input:checked + .toggle-bg { max-width: 1440px; } -.max-w-\[298px\] { - max-width: 298px; +.max-w-\[324px\] { + max-width: 324px; } .max-w-\[768px\] { @@ -1633,11 +1637,6 @@ input:checked + .toggle-bg { padding-bottom: 0.75rem; } -.py-4 { - padding-top: 1rem; - padding-bottom: 1rem; -} - .pb-6 { padding-bottom: 1.5rem; } @@ -1663,11 +1662,6 @@ input:checked + .toggle-bg { line-height: 2rem; } -.text-4xl { - font-size: 2.25rem; - line-height: 2.5rem; -} - .text-6xl { font-size: 3.75rem; line-height: 1; @@ -1979,6 +1973,10 @@ input:checked + .toggle-bg { margin-top: 0px; } + .sm\:max-w-\[275px\] { + max-width: 275px; + } + .sm\:text-center { text-align: center; } @@ -1989,10 +1987,6 @@ input:checked + .toggle-bg { margin-inline-end: 1.5rem; } - .md\:ml-0 { - margin-left: 0px; - } - .md\:flex { display: flex; } @@ -2027,16 +2021,6 @@ input:checked + .toggle-bg { } } -@media (min-width: 1024px) { - .lg\:flex-nowrap { - flex-wrap: nowrap; - } - - .lg\:justify-start { - justify-content: flex-start; - } -} - .rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *) { --tw-rotate: 180deg; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));