From ee72eeae48b0ac97e6c702fa86f4106a686d5f93 Mon Sep 17 00:00:00 2001 From: BernatBC Date: Mon, 3 Jul 2023 08:45:48 +0200 Subject: [PATCH] Center skill logo --- assets/styles/sections/skills.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/styles/sections/skills.scss b/assets/styles/sections/skills.scss index 98e59c9..a2176dc 100644 --- a/assets/styles/sections/skills.scss +++ b/assets/styles/sections/skills.scss @@ -20,6 +20,7 @@ .card .card-img-xs { margin-right: 0.5rem; + margin-bottom: 0.75rem; } .card { @@ -83,4 +84,4 @@ /* iPhone 5 or before */ @media only screen and (max-width: 320px) { } -} \ No newline at end of file +}