michal-sapka-me

Codebase for my homepage.
git clone git://vcs.sapka.me/michal-sapka-me
Log | Files | Refs

commit 05c02ab52753caf84581b471f5fa0c436e40da9b
parent a4a7b4ebeba19f26112c6f7cc9db8575e2d5d99c
Author: MichaƂ M. Sapka <michal@sapka.me>
Date:   Wed,  1 Mar 2023 23:38:01 +0100

fix: header img

Diffstat:
Mstatic/style.css | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/static/style.css b/static/style.css @@ -86,7 +86,9 @@ width: 100%; } #logo-space img { - align-self: center; + align-self: center; + width: 37px; + height: auto; } #logo-space h1 { display: flex;