From bae6c600e32a12890c1680d3e910f5ef98299916 Mon Sep 17 00:00:00 2001 From: KZacharski Date: Sat, 19 Aug 2023 20:33:22 +0200 Subject: [PATCH] surprisingly it looks better not centered --- docs/docs/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/style.css b/docs/docs/style.css index c1cb436..d3591f1 100644 --- a/docs/docs/style.css +++ b/docs/docs/style.css @@ -156,7 +156,7 @@ color: white; border-color: #ffffff21; border-width: 2px; display: flex; - justify-content: center; + align-items: center; transition: 0.2s; } @@ -174,8 +174,8 @@ color: white; padding: 0; } .getstartedcontentparent { margin: 20px; - margin-left: auto; - margin-right: auto; + /* margin-left: auto; + margin-right: auto;*/ padding: 8px; width: fit-content; height: fit-content;