diff options
author | Filip Figiel <figiel.filip@gmail.com> | 2024-03-05 00:58:54 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-03-05 13:02:13 +0000 |
commit | 562ad626dd4f0dd47afe1edca38e44adac9ca759 (patch) | |
tree | 8fef181b06886bd6d849a41f9d271e4176fb8c40 /static | |
parent | 970c3b6e00c12edd8cf68793673b5da0a2ca4255 (diff) | |
download | tour-562ad626dd4f0dd47afe1edca38e44adac9ca759.tar.gz tour-562ad626dd4f0dd47afe1edca38e44adac9ca759.zip |
feat: use the new v1 logo
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; |