From 69c2b95bbb2251cb904d08ded5570da49d980d2a Mon Sep 17 00:00:00 2001 From: Tarik Akyol Date: Thu, 22 Aug 2024 12:52:49 +0100 Subject: [PATCH] Fix css --- docs/album/feed.xml | 2 +- docs/assets/custom/style/components/header.css | 4 ++-- docs/assets/custom/style/components/post.css | 2 +- docs/assets/custom/style/components/subpage.css | 2 +- docs/concert/feed.xml | 2 +- docs/feed.xml | 2 +- docs/performance/feed.xml | 2 +- theme/assets/custom/style/components/header.css | 4 ++-- theme/assets/custom/style/components/post.css | 2 +- theme/assets/custom/style/components/subpage.css | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/album/feed.xml b/docs/album/feed.xml index bfdab32..fc607b0 100644 --- a/docs/album/feed.xml +++ b/docs/album/feed.xml @@ -13,7 +13,7 @@ album concert performance - Thu Aug 22 2024 12:34:57 GMT+0100 (British Summer Time) + Thu Aug 22 2024 12:52:33 GMT+0100 (British Summer Time) All rights reserved 2024, Uç! Uç! https://www.rssboard.org/rss-specification writ-cms diff --git a/docs/assets/custom/style/components/header.css b/docs/assets/custom/style/components/header.css index 1b1bef5..8ee1e29 100644 --- a/docs/assets/custom/style/components/header.css +++ b/docs/assets/custom/style/components/header.css @@ -84,8 +84,8 @@ bottom: .5rem; left: 50%; transform: translateX(-50%); - width: clamp(28px, 3rem, 20vw); - height: clamp(28px, 3rem, 20vw); + width: clamp(80px, 3rem, 20vw); + height: clamp(80px, 3rem, 20vw); overflow: hidden; font-size: 0; cursor: pointer; diff --git a/docs/assets/custom/style/components/post.css b/docs/assets/custom/style/components/post.css index 48db110..cdc53a8 100644 --- a/docs/assets/custom/style/components/post.css +++ b/docs/assets/custom/style/components/post.css @@ -4,7 +4,7 @@ --title-color: var(--text-color, var(--white)); --accent-color: hotpink; --gap: min(5vw, 12vh); - --padding-top: 35dvw; + --padding-top: 30dvw; padding-top: var(--padding-top); min-height: 100dvh; padding-bottom: 2rem; diff --git a/docs/assets/custom/style/components/subpage.css b/docs/assets/custom/style/components/subpage.css index be0ea40..dd33531 100644 --- a/docs/assets/custom/style/components/subpage.css +++ b/docs/assets/custom/style/components/subpage.css @@ -4,7 +4,7 @@ --title-color: var(--text-color, var(--white)); --accent-color: hotpink; --gap: min(5vw, 12vh); - --padding-top: 35dvw; + --padding-top: 30dvw; padding-top: var(--padding-top); min-height: 100dvh; padding-bottom: 2rem; diff --git a/docs/concert/feed.xml b/docs/concert/feed.xml index 8330a65..1d8f9eb 100644 --- a/docs/concert/feed.xml +++ b/docs/concert/feed.xml @@ -13,7 +13,7 @@ album concert performance - Thu Aug 22 2024 12:34:57 GMT+0100 (British Summer Time) + Thu Aug 22 2024 12:52:33 GMT+0100 (British Summer Time) All rights reserved 2024, Uç! Uç! https://www.rssboard.org/rss-specification writ-cms diff --git a/docs/feed.xml b/docs/feed.xml index 259af77..468001c 100644 --- a/docs/feed.xml +++ b/docs/feed.xml @@ -13,7 +13,7 @@ album concert performance - Thu, 22 Aug 2024 11:34:57 GMT + Thu, 22 Aug 2024 11:52:33 GMT All rights reserved 2024, Uç! Uç! https://www.rssboard.org/rss-specification writ-cms diff --git a/docs/performance/feed.xml b/docs/performance/feed.xml index a2634b0..fbcaa87 100644 --- a/docs/performance/feed.xml +++ b/docs/performance/feed.xml @@ -13,7 +13,7 @@ album concert performance - Thu Aug 22 2024 12:34:57 GMT+0100 (British Summer Time) + Thu Aug 22 2024 12:52:33 GMT+0100 (British Summer Time) All rights reserved 2024, Uç! Uç! https://www.rssboard.org/rss-specification writ-cms diff --git a/theme/assets/custom/style/components/header.css b/theme/assets/custom/style/components/header.css index 1b1bef5..8ee1e29 100644 --- a/theme/assets/custom/style/components/header.css +++ b/theme/assets/custom/style/components/header.css @@ -84,8 +84,8 @@ bottom: .5rem; left: 50%; transform: translateX(-50%); - width: clamp(28px, 3rem, 20vw); - height: clamp(28px, 3rem, 20vw); + width: clamp(80px, 3rem, 20vw); + height: clamp(80px, 3rem, 20vw); overflow: hidden; font-size: 0; cursor: pointer; diff --git a/theme/assets/custom/style/components/post.css b/theme/assets/custom/style/components/post.css index 48db110..cdc53a8 100644 --- a/theme/assets/custom/style/components/post.css +++ b/theme/assets/custom/style/components/post.css @@ -4,7 +4,7 @@ --title-color: var(--text-color, var(--white)); --accent-color: hotpink; --gap: min(5vw, 12vh); - --padding-top: 35dvw; + --padding-top: 30dvw; padding-top: var(--padding-top); min-height: 100dvh; padding-bottom: 2rem; diff --git a/theme/assets/custom/style/components/subpage.css b/theme/assets/custom/style/components/subpage.css index be0ea40..dd33531 100644 --- a/theme/assets/custom/style/components/subpage.css +++ b/theme/assets/custom/style/components/subpage.css @@ -4,7 +4,7 @@ --title-color: var(--text-color, var(--white)); --accent-color: hotpink; --gap: min(5vw, 12vh); - --padding-top: 35dvw; + --padding-top: 30dvw; padding-top: var(--padding-top); min-height: 100dvh; padding-bottom: 2rem;