summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorMichał M. Sapka <michal@sapka.me>2023-03-01 23:38:01 +0100
committerMichał M. Sapka <michal@sapka.me>2023-03-01 23:38:01 +0100
commit05c02ab52753caf84581b471f5fa0c436e40da9b (patch)
tree6486f7bde68a840f764cdd4b84ca51d44134ea55 /static
parenta4a7b4ebeba19f26112c6f7cc9db8575e2d5d99c (diff)
fix: header img
Diffstat (limited to 'static')
-rw-r--r--static/style.css4
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;