forked from ProjectSegfault/website
fix for form meta buttons on mobile
This commit is contained in:
parent
1f05888d25
commit
47d5fcea3f
@ -79,6 +79,14 @@ You can find ways to contact individual members [on our Members page](/members).
|
|||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.meta > * {
|
||||||
|
width: calc(100% - 1rem);
|
||||||
|
}
|
||||||
|
|
||||||
|
.meta > *:nth-child(2) {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-textbox {
|
.form-textbox {
|
||||||
|
Loading…
Reference in New Issue
Block a user