From 11881cf70ca1f35430cfbaa0e982b7f580083cc1 Mon Sep 17 00:00:00 2001 From: LUCASTUCIOUS Date: Mon, 22 Jan 2024 01:31:53 +0100 Subject: [PATCH] update css --- content | 2 +- quartz/styles/custom.scss | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/content b/content index c80dc2f..1b16d7c 160000 --- a/content +++ b/content @@ -1 +1 @@ -Subproject commit c80dc2f017f8496728ea1ff22bb9129afe471f0f +Subproject commit 1b16d7c7b407cef01a069acf26f89e30d88cd932 diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index c063311..6c429e1 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -7,3 +7,27 @@ margin-left: 2em; } } + +li.section-li > .section { + display: flex; + flex-direction: column; + align-items: center; + align-content: center; + justify-content: flex-start; + margin: 1em; +} + +li.section-li > .section > .meta { + flex-basis: unset; + font-size: x-small; +} + +ul.section-ul { + display: flex; + justify-content: center; + flex-wrap: wrap; +} + +.section-li>.section>.tags { + font-size: small; +} \ No newline at end of file