Bläddra i källkod

fix profile-website css (#669)

jackyzy823 4 år sedan
förälder
incheckning
17cb977e70
1 ändrade filer med 2 tillägg och 2 borttagningar
  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%;
     }
 }