From ef46352e68c56bc3b714674073dadd6fc59a1559 Mon Sep 17 00:00:00 2001 From: marcellus Date: Tue, 11 Jun 2024 00:11:19 +0200 Subject: fix: working clickable --- style.css | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 7b2dd75..2deb8f6 100644 --- a/style.css +++ b/style.css @@ -117,10 +117,11 @@ div.zikos:nth-child(even) .desc{ margin-bottom: auto; } -.date{ + +.date-cont{ display: flex; - flex-direction: row; - justify-content: space-between; + flex-direction: column; + /*justify-content: space-between;*/ padding-left: 10px; padding-right: 10px; margin-bottom: 10px; @@ -131,6 +132,12 @@ div.zikos:nth-child(even) .desc{ color: white; } +.date{ + display: flex; + flex-direction: row; + justify-content: space-between; +} + .date hr{ transform: rotate(90deg); width: 2em; @@ -144,6 +151,17 @@ div.zikos:nth-child(even) .desc{ align-items: center; } +.date-cont img{ + display: none; + max-height: 50vh; + margin: auto; + margin-bottom: 20px; +} + +.date-cont.toggle img{ + display: block; +} + .date-desc { text-align: left; } -- cgit v1.2.3