diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 24 |
1 files changed, 21 insertions, 3 deletions
@@ -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; } |
