From c6334d217ae978f3cc09c9b0031f294d43e6fb3a Mon Sep 17 00:00:00 2001 From: Timothee Groleau Date: Tue, 5 Sep 2023 23:11:01 +0800 Subject: [PATCH] feat: fix gap between sections --- views/profile_card.ejs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/views/profile_card.ejs b/views/profile_card.ejs index 8b240651..30e83fe0 100644 --- a/views/profile_card.ejs +++ b/views/profile_card.ejs @@ -56,17 +56,13 @@ h1 { } .container { - display: flex; - flex-direction: column; flex: 1; } section { - flex: 1; - margin-top: 0.65em; + margin-top: 1.35em; } -section:first-of-type, section#flag { margin: 0; }