From acfcc04af41abc5b5f2557f7dcc5ea04cc936a9e Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Fri, 13 Jan 2023 15:50:31 -0800 Subject: [PATCH] Apply proper align-items to tabs on small screens --- src/app/(posts)/components/tabs/tabs.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/(posts)/components/tabs/tabs.module.css b/src/app/(posts)/components/tabs/tabs.module.css index 06f6717c..903d44d7 100644 --- a/src/app/(posts)/components/tabs/tabs.module.css +++ b/src/app/(posts)/components/tabs/tabs.module.css @@ -57,6 +57,6 @@ .listWrapper { flex-direction: column; justify-content: flex-start; - + align-items: flex-start; } } \ No newline at end of file