From 9e2639d8407fb8af82fa21e470ec9f043948adcd Mon Sep 17 00:00:00 2001 From: Jeremy Nusser Date: Sat, 29 Oct 2022 14:06:39 -0500 Subject: [PATCH] Updated webp quality on mission image. --- assets/css/style.css | 20 ++++-------------- layouts/index.html | 2 +- public/404.html | 2 +- public/about/index.html | 2 +- public/categories/blog/index.html | 2 +- public/categories/index.html | 2 +- public/categories/news/index.html | 2 +- public/contact/index.html | 2 +- ...2ec2e45a5a282fd92d83fc06f3400f9fc3f543.css | 1 + ...1640902_1440x1440_resize_q50_h2_box_3.webp | Bin 0 -> 102038 bytes public/images/tailbliss-rocket-indigo.webp | Bin 0 -> 52594 bytes public/index.html | 6 +++--- public/page/2/index.html | 6 +++--- public/page/3/index.html | 6 +++--- public/page/4/index.html | 6 +++--- public/page/5/index.html | 6 +++--- public/posts/blog-post-1/index.html | 2 +- public/posts/blog-post-2/index.html | 2 +- public/posts/blog-post-3/index.html | 2 +- public/posts/blog-post-4/index.html | 2 +- public/posts/blog-post-5/index.html | 2 +- public/posts/blog-post-6/index.html | 2 +- public/posts/index.html | 2 +- public/posts/news-post-1/index.html | 2 +- public/posts/news-post-2/index.html | 2 +- public/posts/news-post-3/index.html | 2 +- public/posts/news-post-4/index.html | 2 +- public/posts/news-post-5/index.html | 2 +- public/posts/news-post-6/index.html | 2 +- public/posts/page/2/index.html | 2 +- public/prose/index.html | 2 +- public/tags/blog/index.html | 2 +- public/tags/index.html | 2 +- public/tags/news/index.html | 2 +- ...s_53d8db2e382030cdec351f02c8b70385.content | 2 +- ....css_53d8db2e382030cdec351f02c8b70385.json | 2 +- ...1640902_1440x1440_resize_q50_h2_box_3.webp | Bin 0 -> 102038 bytes 37 files changed, 47 insertions(+), 58 deletions(-) create mode 100644 public/css/style.min.6d0b27c37659690be454385d582ec2e45a5a282fd92d83fc06f3400f9fc3f543.css create mode 100644 public/images/pages/our-mission_hu9e41904be62b5e78e796dc304a702e2b_1640902_1440x1440_resize_q50_h2_box_3.webp create mode 100644 public/images/tailbliss-rocket-indigo.webp create mode 100644 resources/_gen/images/our-mission_hu9e41904be62b5e78e796dc304a702e2b_1640902_1440x1440_resize_q50_h2_box_3.webp 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