fix meta buttons

This commit is contained in:
Akis 2022-07-28 14:56:09 +03:00
parent ff5e582e97
commit 1ccbdd886a
Signed by untrusted user: akis
GPG Key ID: 267BF5C6677944ED

View File

@ -69,6 +69,10 @@ You can find ways to contact individual members [on our Members page](/members).
gap: 1rem;
}
.meta > * {
width: 50%;
}
@media screen and (max-width: 450px) {
.meta {
flex-direction: column;