diff options
Diffstat (limited to 'front/src/Emelents/Elements.css')
| -rw-r--r-- | front/src/Emelents/Elements.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/front/src/Emelents/Elements.css b/front/src/Emelents/Elements.css index 6f23c13..7c8c15f 100644 --- a/front/src/Emelents/Elements.css +++ b/front/src/Emelents/Elements.css @@ -21,9 +21,16 @@ } .Topbar > h1 { + margin-top: 0px; + flex-direction: row; margin-bottom: 0px; } +.Topbar > h1 > img { + height: 1em; + width: auto; +} + .TopbarContents { border-top: 2px solid var(--colorscheme-black); display: flex; |
