From d3fbff5847d4451ab6cfd395bdd284f3e62d613d Mon Sep 17 00:00:00 2001 From: lolmao Date: Mon, 30 Oct 2023 13:33:10 -0500 Subject: Stop using schizoid personality because it's giving me schizophrenia --- css/base.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'css') diff --git a/css/base.css b/css/base.css index 85dc161..4c716c1 100644 --- a/css/base.css +++ b/css/base.css @@ -29,7 +29,14 @@ body { } #top-bar { - padding: 0.5%; + padding: 1%; + margin: 0; + + display: flex; + justify-content: left; + align-items: center; + + height: 5vw; /*background-image: url(../images/sketty.jpeg); background-size: cover;*/ @@ -40,9 +47,6 @@ body { position: -webkit-sticky; position: sticky; top: 0; - - display: inline-block; - width: 99%; /* This is bullshit */ } #top-bar h1 { @@ -50,7 +54,7 @@ body { padding: 0; text-align: left; - font-family: 'schizoid_personalityregular', 'zai_courier_polski_1941Rg', Courier, monospace; + font-family: 'zai_courier_polski_1941Rg', Courier, monospace; font-size: 500%; } -- cgit v1.2.3