diff --git a/src/lib/ServiceHeader.svelte b/src/lib/ServiceHeader.svelte index 6ee5618b71..e505e75865 100644 --- a/src/lib/ServiceHeader.svelte +++ b/src/lib/ServiceHeader.svelte @@ -13,5 +13,7 @@ border-bottom: 1px solid #b1b4b6; margin-left: -8px; margin-right: -8px; + padding-top: 15px; + padding-bottom: 15px; } diff --git a/src/lib/files/FileManager.svelte b/src/lib/files/FileManager.svelte index ead38a391d..c0046765a0 100644 --- a/src/lib/files/FileManager.svelte +++ b/src/lib/files/FileManager.svelte @@ -153,7 +153,7 @@
-
Manage my schemes
+
Manage my schemes
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 1cdc7252c1..ef82cdaa5f 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -17,7 +17,7 @@
- Active Travel England logo + Active Travel England logo
@@ -42,4 +42,10 @@ margin-left: -8px; border-bottom: 10px solid #007161; } + + img { + height: 30px; + margin-top: 15px; + margin-bottom: 15px; + }