From c93230a7fbae9c4eae46158ee7950cda3765b96a Mon Sep 17 00:00:00 2001 From: jabuxas Date: Thu, 7 Nov 2024 21:16:46 -0300 Subject: [PATCH] fix: remove not needed flex container --- dev/style.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dev/style.css b/dev/style.css index 50dac37..a9ce2c1 100644 --- a/dev/style.css +++ b/dev/style.css @@ -20,11 +20,6 @@ body { color: #d4d4d4; } -.container { - display: flex; - flex-direction: column; -} - img { width: 150px; border-radius: 50px;