summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css24
1 files 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;
}