From 8186c2ae4ac2243380289e877e9fabaea47ec2d0 Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Sun, 5 May 2024 18:39:52 +0200 Subject: [PATCH] Show date of last modification. --- index.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 9158ca8..97e6320 100644 --- a/index.html +++ b/index.html @@ -38,12 +38,12 @@ } .bottom-container { display: grid; - grid-template-columns: 1fr 1fr; + grid-template-columns: 1fr 1fr 1fr 1fr; } .bottom-container p { margin: 0; } - .bottom-container p:first-child { + .bottom-container p:nth-child(2n+1) { text-align: right; } iframe { @@ -92,6 +92,15 @@
+

Modified: 

+

+

Views: