From c73bd5eab25ec35313fa33b4a9361f6eab5b7ab4 Mon Sep 17 00:00:00 2001 From: Buddy-web3 <0buddy.ne@gmail.com> Date: Mon, 26 Feb 2024 05:20:03 +0200 Subject: [PATCH] article mobile bits --- app/components/Article/article.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/components/Article/article.css b/app/components/Article/article.css index 3abd0b15..c7da78d6 100644 --- a/app/components/Article/article.css +++ b/app/components/Article/article.css @@ -130,3 +130,12 @@ article .footer-comtainer > * { h1.teal { color: var(--colors-teal-500); } +@media only screen and (max-width: 640px) { + article .footer-comtainer { + flex-direction: row; + flex-wrap: wrap; + } + article .footer-comtainer > div:nth-child(-n + 2) { + flex: 1 1; + } +}