diff --git a/assets/css/style.css b/assets/css/style.css index 3ecacc4..c4b5e2c 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -2480,10 +2480,6 @@ video { height: 1.25rem; } -.h-64 { - height: 16rem; -} - .h-full { height: 100%; } @@ -3712,6 +3708,10 @@ EmojiSymbols; margin-right: auto; } + .sm\:mb-0 { + margin-bottom: 0px; + } + .sm\:mb-6 { margin-bottom: 1.5rem; } @@ -3736,10 +3736,6 @@ EmojiSymbols; margin-left: 0.75rem; } - .sm\:mb-0 { - margin-bottom: 0px; - } - .sm\:block { display: block; } @@ -3748,10 +3744,6 @@ EmojiSymbols; display: flex; } - .sm\:h-96 { - height: 24rem; - } - .sm\:h-2\/3 { height: 66.666667%; } @@ -3864,10 +3856,6 @@ EmojiSymbols; margin-left: 0.5rem; } - .md\:mb-0 { - margin-bottom: 0px; - } - .md\:inline { display: inline; } diff --git a/layouts/index.html b/layouts/index.html index f6c2230..b7f816c 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -67,7 +67,7 @@
{{ $missionimage := resources.Get "images/pages/our-mission.png" }} {{ with $missionimage }} - {{ with .Resize (printf "%dx%d webp q80" .Width .Height) }} + {{ with .Resize (printf "%dx%d webp q50" .Width .Height) }} {{ end }}> diff --git a/public/404.html b/public/404.html index 2cc8c62..d30693b 100644 --- a/public/404.html +++ b/public/404.html @@ -1,4 +1,4 @@ -404 Page not found | TailBliss