Merge pull request #42 from ProjectSegfault/fix-meta-btns-mobile

fix for form meta buttons on mobile
This commit is contained in:
Midou36O 2022-07-28 14:14:05 +00:00 committed by GitHub
commit 7ec4268a49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,6 +79,14 @@ You can find ways to contact individual members [on our Members page](/members).
align-items: flex-start;
justify-content: center;
}
.meta > * {
width: calc(100% - 1rem);
}
.meta > *:nth-child(2) {
width: 100%;
}
}
.form-textbox {