From 13b7ef625e2294cf140481d6c7d562559e95c880 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Sun, 23 Feb 2025 14:00:43 -0500 Subject: [PATCH] fixed github logo stupidity --- static/css/layout.css | 5 +++++ static/images/github.svg | 43 +++++++++++++++++++++++++++++++--------- templates/default.html | 5 +++-- 3 files changed, 42 insertions(+), 11 deletions(-) diff --git a/static/css/layout.css b/static/css/layout.css index e7b67e1..27ae15a 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -56,6 +56,10 @@ a { width: fit-content; height: fit-content; } +#github_shrink { + transform: scale(0.37); + transform-origin: top left; +} a.obj-wrapper{ display: block; } @@ -83,6 +87,7 @@ footer { gap: 1rem; align-items: center; justify-content: center; + max-height: 2rem; } .nav-link{ diff --git a/static/images/github.svg b/static/images/github.svg index 1901e89..0596ee7 100644 --- a/static/images/github.svg +++ b/static/images/github.svg @@ -1,5 +1,14 @@ - -
- +