From fb1339bc14a3dc953d97ede4fa2bbde5e3682ccb Mon Sep 17 00:00:00 2001 From: Julian T Date: Wed, 9 Jun 2021 23:04:14 +0200 Subject: Add viewport meta tag --- index.html | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index b6a7f2f..9fc7596 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,7 @@ + Julian site @@ -12,33 +13,12 @@ body { padding: 0 .62em; font: 1.1em/1.2 serif; } -#header { - display: flex; - flex-direction: row; -} -#header-image { - display: flex; - margin-right: 1em; - align-items: center; -} -#logo { - object-fit: scale-down; - height: 3.5em; -} -#line-below-header { - margin-top: 0px; -}

-- cgit v1.2.3