Explorar el Código

fix profile-website css (#669)

jackyzy823 hace 4 años
padre
commit
17cb977e70
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/sass/profile/card.scss

+ 2 - 2
src/sass/profile/card.scss

@@ -73,9 +73,9 @@
         }
     }
 
-    .profile-joindate, .profile-location, profile-website {
+    .profile-joindate, .profile-location, .profile-website {
         color: var(--fg_faded);
-        margin: 2px 0;
+        margin: 1px 0;
         width: 100%;
     }
 }