This commit is contained in:
Sarah Jamie Lewis 2022-06-17 13:15:34 -07:00
parent 2f7438b3a9
commit 2ed7097dc9
1 changed files with 9 additions and 0 deletions

View File

@ -13,6 +13,15 @@
background: url(/img/handbook-banner_small.jpg) no-repeat top center;
}
.heroBanner > p {
color: white;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
@media screen and (max-width: 996px) {
.heroBanner {
padding: 2rem;