From 22469ea240973cde2be0a5b9ad21ebbc679daff0 Mon Sep 17 00:00:00 2001 From: tusqasi <2002.tushar.kuntawar@gmail.com> Date: Wed, 4 Aug 2021 14:05:03 +0530 Subject: [PATCH] Properly aligning the alacritty logo on the top logo and the text weren't on the same line. #1 has more info --- static/base.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/base.css b/static/base.css index 3623a38..ee5f99c 100644 --- a/static/base.css +++ b/static/base.css @@ -20,10 +20,12 @@ main { #logo { display: flex; align-items: center; - font-size: 1.7em; + padding-top: 0.14em; + font-size: 2.3em; } #logo-img { + padding-bottom: 0.2em; width: 40px; }