Improve "More Infos" visibility on mobile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kai Vogelgesang 2022-10-11 21:23:18 +02:00
parent b891091d1b
commit dfc2d315c4

View File

@ -36,7 +36,14 @@
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: flex-end;
justify-content: center;
padding-bottom: 0.5em;
}
@media (min-width: 1024px) {
.hero-outer {
justify-content: flex-end;
}
}
h1,