From: Jakub Czajka Date: Sun, 5 May 2024 16:39:52 +0000 (+0200) Subject: Show date of last modification. X-Git-Url: https://git.ekhem.eu.org/?a=commitdiff_plain;h=8186c2ae4ac2243380289e877e9fabaea47ec2d0;p=website.git Show date of last modification. --- 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: