From 19688e8a853b870a9a0d40699a019dd04d370af8 Mon Sep 17 00:00:00 2001 From: Miche Date: Thu, 15 Aug 2024 14:50:31 -0700 Subject: [PATCH] fix mobile action column --- website/src/pages/Homepage.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/pages/Homepage.css b/website/src/pages/Homepage.css index 9751f5ca6..0f3067ba1 100644 --- a/website/src/pages/Homepage.css +++ b/website/src/pages/Homepage.css @@ -64,8 +64,8 @@ padding-left: 0; } -.actionRow li:nth-child(2), -li:nth-child(3) { +.actionRow a:nth-child(2), +a:nth-child(3) { margin-top: 2rem; }