Browse Source

first-commit

JeanBenitez 1 year ago
parent
commit
d368a3cca0
1 changed files with 6 additions and 0 deletions
  1. 6 0
      css/fontawesome/scss/_fixed-width.scss

+ 6 - 0
css/fontawesome/scss/_fixed-width.scss

@@ -0,0 +1,6 @@
+// Fixed Width Icons
+// -------------------------
+.#{$fa-css-prefix}-fw {
+  text-align: center;
+  width: $fa-fw-width;
+}