diff --git a/site/src/routes/_layout.svelte b/site/src/routes/_layout.svelte
index c76b09ac80..48d8580dd2 100644
--- a/site/src/routes/_layout.svelte
+++ b/site/src/routes/_layout.svelte
@@ -54,13 +54,32 @@
-
Black Lives Matter.
+
{/if}
@@ -72,12 +91,15 @@
.BLM {
background-color: black;
color: white;
- position: fixed;
- bottom: 0;
- width: 100vw;
- text-align: center;
- padding: 1em;
- z-index: 999;
+ position: fixed;
+ bottom: 0;
+ width: 100vw;
+ text-align: center;
+ padding: 1em;
+ z-index: 999;
+ }
+ .BLM a {
+ white-space: nowrap;
}
:global(header){
filter: grayscale(100%) /* BLM */