commit 05c02ab52753caf84581b471f5fa0c436e40da9b parent a4a7b4ebeba19f26112c6f7cc9db8575e2d5d99c Author: MichaĆ M. Sapka <michal@sapka.me> Date: Wed, 1 Mar 2023 23:38:01 +0100 fix: header img Diffstat:
M | static/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;