- @@ -142,19 +139,9 @@
diff --git a/site/assets/chloe.css b/site/assets/chloe.css index 94eded9..5907efc 100644 --- a/site/assets/chloe.css +++ b/site/assets/chloe.css @@ -90,12 +90,20 @@ a { margin: 0.5em; } +.section .block.sidebar { + margin-left: 2em; + border-left: 1px solid var(--text-color); + padding-left: 1em; + display: flex; + flex-direction: row; + align-items: center; + justify-content: flex-start; + gap: 1em; +} + .section .block .title { - text-align: right; font-style: italic; font-weight: bold; - padding-right: 0.5em; - border-right: 1px solid var(--text-color); } ul { @@ -162,6 +170,10 @@ ul { justify-content: space-evenly; align-items: center; } + + .section .block.block.sidebar { + display: block; + } } @media print { diff --git a/site/index.html b/site/index.html index f1e9294..e9c6b03 100644 --- a/site/index.html +++ b/site/index.html @@ -116,14 +116,11 @@