From 0277badf412b65de710f5b1df88c24841659b752 Mon Sep 17 00:00:00 2001 From: w25tran Date: Mon, 20 Sep 2021 20:00:07 -0400 Subject: [PATCH] Fix Organized Content Arrows (#318) Closes #262 Co-authored-by: William Tran Reviewed-on: https://git.csclub.uwaterloo.ca/www/www-new/pulls/318 Reviewed-by: Aditya Thakral Co-authored-by: w25tran Co-committed-by: w25tran --- components/OrganizedContent.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/components/OrganizedContent.module.css b/components/OrganizedContent.module.css index 00113c82..e664abec 100644 --- a/components/OrganizedContent.module.css +++ b/components/OrganizedContent.module.css @@ -107,6 +107,7 @@ .arrow { fill: var(--primary-accent); margin-top: calc(27rem / 16); + flex-shrink: 0; } .prevArrow {