From 239f2f3899bb773320a4cee500ae42c091e7b401 Mon Sep 17 00:00:00 2001 From: Lazy Hippopotamus Date: Tue, 9 Apr 2024 13:41:33 -0400 Subject: [PATCH] some fixes? --- output/main.css | 12 ++++++++---- site/main.css | 12 ++++++++---- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/output/main.css b/output/main.css index 545d96b..d8928f2 100755 --- a/output/main.css +++ b/output/main.css @@ -38,7 +38,7 @@ img { /*linear-gradient(rgb(0, 0, 0, 0.5), rgb(0, 0, 0, 0.5)), */linear-gradient(45deg, red, rgb(0, 255, 0, 0), green), linear-gradient(135deg, black, rgb(255, 255, 255, 0), white); background-size: contain, cover; - background-position: 50% 65%; + background-position: 50% 50%; background-repeat: no-repeat; /*background-color: var(--kuwaitgreen);/*white;*/ /*var(--deepcream);*/ /*#993231;*/ /* var(--cream); */ } @@ -129,7 +129,7 @@ img { text-align: center; background-color: var(--kuwaitred); color: black; - padding-top: 52px; /* TODO: make this less worsely */ + padding-top: 52px; /* todo: make this less terrible */ position: sticky; top: 0px; padding-bottom: 10vh; @@ -193,7 +193,6 @@ div#banner { } #banner > a { - height: 3em; float: left; } @@ -202,7 +201,8 @@ div#banner { } #banner > a > img { - height: 100%; + height: 54px; /* for safari. vomit emoji. */ + width: 77px; } div#banner > * { @@ -304,6 +304,10 @@ small { box-sizing: border-box; padding: 30px; } + + #title { + padding-top: calc(1.5em + 10px); + } } #plug { diff --git a/site/main.css b/site/main.css index 545d96b..d8928f2 100644 --- a/site/main.css +++ b/site/main.css @@ -38,7 +38,7 @@ img { /*linear-gradient(rgb(0, 0, 0, 0.5), rgb(0, 0, 0, 0.5)), */linear-gradient(45deg, red, rgb(0, 255, 0, 0), green), linear-gradient(135deg, black, rgb(255, 255, 255, 0), white); background-size: contain, cover; - background-position: 50% 65%; + background-position: 50% 50%; background-repeat: no-repeat; /*background-color: var(--kuwaitgreen);/*white;*/ /*var(--deepcream);*/ /*#993231;*/ /* var(--cream); */ } @@ -129,7 +129,7 @@ img { text-align: center; background-color: var(--kuwaitred); color: black; - padding-top: 52px; /* TODO: make this less worsely */ + padding-top: 52px; /* todo: make this less terrible */ position: sticky; top: 0px; padding-bottom: 10vh; @@ -193,7 +193,6 @@ div#banner { } #banner > a { - height: 3em; float: left; } @@ -202,7 +201,8 @@ div#banner { } #banner > a > img { - height: 100%; + height: 54px; /* for safari. vomit emoji. */ + width: 77px; } div#banner > * { @@ -304,6 +304,10 @@ small { box-sizing: border-box; padding: 30px; } + + #title { + padding-top: calc(1.5em + 10px); + } } #plug {