From 0e88187ba9cbd23117eb93555256649dfb183866 Mon Sep 17 00:00:00 2001 From: LUCASTUCIOUS Date: Mon, 22 Jan 2024 01:31:53 +0100 Subject: [PATCH] update css --- quartz/styles/custom.scss | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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