From 6d2c067f0d6bc78eef7ececcec3eba71cbb5d80c Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Tue, 1 Jun 2021 03:21:33 -0600 Subject: add fork awesome, contact and donate pages, update general style and update readme --- static/fa/scss/_larger.scss | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 static/fa/scss/_larger.scss (limited to 'static/fa/scss/_larger.scss') diff --git a/static/fa/scss/_larger.scss b/static/fa/scss/_larger.scss deleted file mode 100644 index 27c2ad5..0000000 --- a/static/fa/scss/_larger.scss +++ /dev/null @@ -1,23 +0,0 @@ -// Icon Sizes -// ------------------------- - -// makes the font 33% larger relative to the icon container -.#{$fa-css-prefix}-lg { - font-size: (4em / 3); - line-height: (3em / 4); - vertical-align: -.0667em; -} - -.#{$fa-css-prefix}-xs { - font-size: .75em; -} - -.#{$fa-css-prefix}-sm { - font-size: .875em; -} - -@for $i from 1 through 10 { - .#{$fa-css-prefix}-#{$i}x { - font-size: $i * 1em; - } -} -- cgit v1.2.3-54-g00ecf