forked from partypages/party-template
Improve "More Infos" visibility on mobile
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b891091d1b
commit
dfc2d315c4
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user