From e7890bb94626b7ea1d1e2e832f56042d69fe9e93 Mon Sep 17 00:00:00 2001 From: InvalidLenni <68335355+InvalidLenni@users.noreply.github.com> Date: Sat, 5 Feb 2022 23:23:00 +0100 Subject: [PATCH] Rebranding the website --- css/main.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 9aa965e..589244c 100644 --- a/css/main.css +++ b/css/main.css @@ -51,6 +51,10 @@ line-height: 1.2; margin-top: 30px !important; padding: 60px 50px !important; } +.card:img { + margin: 0 auto; +} + .bgseconde { padding-bottom: 150px; background-color: #131b21; @@ -421,4 +425,4 @@ ul.social-icons { /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: rgb(84, 81, 81); - } \ No newline at end of file + }