Skip to content

Commit

Permalink
chore: removed BLM banner
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Jan 23, 2021
1 parent d7227da commit 945d029
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions website/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,19 +116,6 @@ details[open] > summary {
margin-right: 40px;
}

/* BLM */
.slidingNav::before {
content: "Black Lives Matter";
position: fixed;
left: 0;
width: 100vw;
top: 13px;
text-align: center;
pointer-events: none;
text-transform: uppercase;
font-weight: bold;
}

@media (max-width: 480px) {
.slidingNav::before {
text-align: left;
Expand Down

0 comments on commit 945d029

Please sign in to comment.