Better mobile experience 2

This commit is contained in:
Lea Anthony 2022-09-20 17:25:55 +10:00
commit ba3e697a00
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405
2 changed files with 16 additions and 1 deletions

View file

@ -64,6 +64,7 @@ html[data-theme="light"] .button--secondary {
width: 100%;
justify-content: center;
flex-direction: row;
flex-wrap: wrap;
}
@ -76,6 +77,15 @@ html[data-theme="light"] .button--secondary {
align-items: flex-start;
}
.footer .container .footer__bottom {
display: flex;
justify-content: center;
flex-direction: column;
width: 100%;
align-content: center;
flex-wrap: wrap;
}
.col {
display: inline-flex;
@ -126,7 +136,6 @@ html[data-theme="light"] .button--secondary {
align-items: baseline;
}
@media screen and (max-width: 966px) {
.hero .container {
padding: .5rem;

View file

@ -16,6 +16,12 @@
}
}
@media screen and (max-width: 433px) {
.heroBanner {
padding: 1rem 0 1rem;
}
}
.buttons {
column-gap: 2rem;
display: flex;