diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index e69a80a..53c071b 100644 --- a/static/style.css +++ b/static/style.css @@ -77,6 +77,18 @@ h6 { background-color: var(--color-pink); } +.navbar .logo { + display: flex; + align-items: center; +} + +.navbar .logo img { + display: inline-block; + height: 2em; + transform: rotate(-10deg); + margin-right: 0.5em; +} + .navbar a:visited, .navbar a { text-decoration: none; |