From f616f3c999dec3cd69eba26b5142f1b89711a2aa Mon Sep 17 00:00:00 2001 From: j Date: Fri, 22 Apr 2022 19:12:13 +0100 Subject: [PATCH] intro --- app/templates/timeline.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/app/templates/timeline.html b/app/templates/timeline.html index f236d34..dfaea01 100644 --- a/app/templates/timeline.html +++ b/app/templates/timeline.html @@ -34,8 +34,29 @@ #intro, #contact { display: none; } + #intro { + line-height: 1.33em; + } #intro img { width: 100%; + margin: auto; + } + #intro .row { + display: flex; + flex-direction: row; + gap: 20px; + } + #intro .row .block { + width: 100% + } + @media screen and (max-width: 799px) { + #intro { + margin: 16px; + } + #intro .row { + display: flex; + flex-direction: column; + } }