diff options
author | Michał M. Sapka <michal@sapka.me> | 2023-03-01 23:38:01 +0100 |
---|---|---|
committer | Michał M. Sapka <michal@sapka.me> | 2023-03-01 23:38:01 +0100 |
commit | 05c02ab52753caf84581b471f5fa0c436e40da9b (patch) | |
tree | 6486f7bde68a840f764cdd4b84ca51d44134ea55 /static | |
parent | a4a7b4ebeba19f26112c6f7cc9db8575e2d5d99c (diff) |
fix: header img
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 60296c9..3406aaf 100644 --- 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; |