mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-02-07 21:03:18 +01:00
7 lines
122 B
SCSS
7 lines
122 B
SCSS
// fixed-width icons
|
|
// -------------------------
|
|
|
|
.#{$fa-css-prefix}-fw {
|
|
text-align: center;
|
|
width: $fa-fw-width;
|
|
}
|