summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2023-09-27 13:05:38 +0200
committerjaseg <git@jaseg.de>2023-09-27 13:05:38 +0200
commit32d3a9810144f93d7699ceca8a6542deeb2de373 (patch)
treea24bb3111c170e542657663be54e9255ac0b2feb
parent81f65823f2b51ef3d67bc9bfc937e0dc183b51e9 (diff)
downloadblog-32d3a9810144f93d7699ceca8a6542deeb2de373.tar.gz
blog-32d3a9810144f93d7699ceca8a6542deeb2de373.tar.bz2
blog-32d3a9810144f93d7699ceca8a6542deeb2de373.zip
Update theme
-rw-r--r--themes/conspiracy/assets/css/style.css10
1 files changed, 6 insertions, 4 deletions
diff --git a/themes/conspiracy/assets/css/style.css b/themes/conspiracy/assets/css/style.css
index f41580a..489a218 100644
--- a/themes/conspiracy/assets/css/style.css
+++ b/themes/conspiracy/assets/css/style.css
@@ -156,13 +156,13 @@ h1, h2, h3, h4, h5, h6 {
}
h1 {
- font-family: "Manuskript Gothisch";
+ font-family: "Bodoni Moda";
}
body > header {
z-index: 1;
margin-top: 100px;
- margin-bottom: 0;
+ margin-bottom: 200px;
text-align: center;
display: flex;
flex-direction: column;
@@ -176,11 +176,12 @@ body > header > h1 {
-webkit-background-clip: text;
color: transparent;
filter: drop-shadow(0 0 10px rgba(0, 0, 0, var(--shadow-opacity)));
- font-size: 32px;
+ font-size: 40px;
}
+/* https://css-tricks.com/linearly-scale-font-size-with-css-clamp-based-on-the-viewport/ */
+/*
body > header > h1::first-line {
- /* https://css-tricks.com/linearly-scale-font-size-with-css-clamp-based-on-the-viewport/ */
--min-fs: 3;
--max-fs: 10;
--min-vw: 20;
@@ -194,6 +195,7 @@ body > header > h1::first-line {
font-size: clamp(var(--min-fs-rem), var(--min-fs-rem) + var(--slope), var(--max-fs-rem));
}
+*/
main.cards {