Fix layout of collapsed-height hero header

This commit is contained in:
Garrett Mills 2023-01-15 20:24:55 -06:00
parent ac3d58f207
commit 385641aa95

View File

@ -465,6 +465,9 @@ footer .auth-container .profile {
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: end; justify-content: end;
margin-top: 100px;
}
.hero.full-height {
margin-top: -10px; margin-top: -10px;
} }
.hero-box { .hero-box {