Browse Source

Fix Issue: Skills logo misaligned #753 (#769)

Bernat Borràs Civil 1 year ago
parent
commit
cd80fc9015
1 changed files with 2 additions and 1 deletions
  1. 2 1
      assets/styles/sections/skills.scss

+ 2 - 1
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) {
   }  
-}
+}