diff options
Diffstat (limited to 'static/style.css')
-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; |