From 068c153be827ebfad3f82802ee4a8fbccaa45e63 Mon Sep 17 00:00:00 2001 From: David <133239148+ThatSINEWAVE@users.noreply.github.com> Date: Thu, 23 May 2024 00:43:57 +0300 Subject: [PATCH] Update styles.css --- styles.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/styles.css b/styles.css index acfca36..8e50ade 100644 --- a/styles.css +++ b/styles.css @@ -166,4 +166,15 @@ footer a { body.dark footer a { color: white; +} + +.icon { + display: flex; + justify-content: center; + margin-bottom: 0px; +} + +.icon img { + max-width: 150px; + height: auto; } \ No newline at end of file