mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-10 01:52:03 +05:30
Merge pull request #42 from ProjectSegfault/fix-meta-btns-mobile
fix for form meta buttons on mobile
This commit is contained in:
commit
7ec4268a49
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user