summaryrefslogtreecommitdiff
path: root/web/src/index.css
diff options
context:
space:
mode:
authorIan Wienand <iwienand@redhat.com>2022-09-14 09:36:19 +1000
committerIan Wienand <iwienand@redhat.com>2022-09-14 09:36:19 +1000
commit80facd106781b460d528b60d7bb2f7bb94bf2f3e (patch)
tree1044dcbdcb6d7f57644b42f0213dfe1e06b7a25e /web/src/index.css
parent2c9610de2d92ace830417961faaf295bef3548a8 (diff)
downloadzuul-80facd106781b460d528b60d7bb2f7bb94bf2f3e.tar.gz
web: update whitespace around logo
The current logo has a lot of whitespace around it and is offset with the viewbox. I've imported this into inkscape, selected just the logo and re-exported it with no whitespace, then ran it through the minimizer at [1]. I've set the height to 1.5em -- the icons in the same bar have a height of 1em; to my eye this look good just a bit bigger than that. [1] https://jakearchibald.github.io/svgomg/ Change-Id: Idf4e676d33a4626c0b80e06986d8b24b41924065
Diffstat (limited to 'web/src/index.css')
-rw-r--r--web/src/index.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/index.css b/web/src/index.css
index b1dfc73f0..380598f95 100644
--- a/web/src/index.css
+++ b/web/src/index.css
@@ -27,7 +27,7 @@ a.refresh {
.zuul-page .pf-c-brand {
/* TODO (felix): If we can define a size in the logo.svg itself, this
shouldn't be necessary. */
- height: 40px;
+ height: 1.5em;
}
.zuul-page .pf-c-page__header {