From 1ccbdd886aebdb8ccdcf31d3c5d45442f7491f96 Mon Sep 17 00:00:00 2001 From: Akis Date: Thu, 28 Jul 2022 14:56:09 +0300 Subject: [PATCH] fix meta buttons --- src/routes/contact.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/routes/contact.md b/src/routes/contact.md index 097bd4a..54a671a 100644 --- a/src/routes/contact.md +++ b/src/routes/contact.md @@ -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;