From 1f815ac40a836f6d5db75c4fc8526f4913fd4309 Mon Sep 17 00:00:00 2001 From: Nikos Roussos Date: Mon, 4 Feb 2019 18:30:33 +0200 Subject: [PATCH] Fix header alignment --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 04de19c..7b01b1f 100644 --- a/style.css +++ b/style.css @@ -65,7 +65,7 @@ h1 { font-size: 0.8rem; display: inline-block; margin-bottom: 10px; - align-self: end; + align-self: flex-end; } .block a { @@ -92,7 +92,7 @@ h1 { @media (min-width: 992px) { .block { - align-self: end; + align-self: flex-end; margin-right: 10vw; max-width: 30%; } -- GitLab