Skip to content

Commit 738360c

Browse files
author
Ryan Stelly
committed
Correct anchor height offset for Black Lives Matter banner
1 parent a0314cb commit 738360c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

website/static/css/header.css

+10
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,16 @@ input#search_input_react:focus {
211211
height: 60px;
212212
}
213213

214+
.anchor {
215+
top: -160px;
216+
}
217+
218+
@media only screen and (min-width: 735px) {
219+
.anchor {
220+
top: -180px;
221+
}
222+
}
223+
214224
.announcement {
215225
color: #fff;
216226
font-weight: bold;

0 commit comments

Comments
 (0)