Skip to content

Commit 8bb0c80

Browse files
authored
remove BLM banner (#5007)
1 parent 1c05785 commit 8bb0c80

File tree

1 file changed

+0
-56
lines changed

1 file changed

+0
-56
lines changed

site/src/routes/_layout.svelte

Lines changed: 0 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -54,74 +54,18 @@
5454
<Icon name="github"/>
5555
</NavItem>
5656
</Nav>
57-
<div class="BLM">
58-
<a
59-
target="_blank"
60-
rel="noopener noreferrer"
61-
href="https://blacklivesmatter.com/"
62-
>Black Lives Matter</a>.
63-
64-
Support
65-
66-
<a
67-
target="_blank"
68-
rel="noopener noreferrer"
69-
href="https://www.joincampaignzero.org/"
70-
>Campaign Zero</a>, the
71-
72-
<a
73-
target="_blank"
74-
rel="noopener noreferrer"
75-
href="https://support.eji.org/give/153413/#!/donation/checkout"
76-
>Equal&nbsp;Justice&nbsp;Initiative</a>, and
77-
78-
<a
79-
target="_blank"
80-
rel="noopener noreferrer"
81-
href="https://bailfunds.github.io/"
82-
>local bail funds</a>.
83-
</div>
8457
{/if}
8558

8659
<main>
8760
<slot></slot>
8861
</main>
8962

9063
<style>
91-
.BLM {
92-
background-color: black;
93-
color: white;
94-
position: fixed;
95-
bottom: 0;
96-
width: 100vw;
97-
text-align: center;
98-
padding: 1em;
99-
z-index: 999;
100-
}
101-
.BLM a {
102-
white-space: nowrap;
103-
}
10464
main {
10565
position: relative;
10666
margin: 0 auto;
10767
/* padding: var(--nav-h) var(--side-nav) 0 var(--side-nav); */
10868
padding: var(--nav-h) 0 0 0;
109-
padding-bottom: 64px; /* BLM */
11069
overflow-x: hidden;
11170
}
112-
113-
@media screen and (max-width: 769px) {
114-
main {
115-
padding-bottom: 90px; /* BLM */
116-
}
117-
}
118-
119-
@media screen and (max-width: 377px) {
120-
.BLM {
121-
font-size: 85%;
122-
}
123-
main {
124-
padding-bottom: 75px; /* BLM */
125-
}
126-
}
12771
</style>

0 commit comments

Comments
 (0)