From: Michael Tremer Date: Tue, 7 May 2019 14:18:00 +0000 (+0100) Subject: features: Fix width of icons X-Git-Url: http://git.ipfire.org/?p=ipfire.org.git;a=commitdiff_plain;h=b6d6d80f2e08b46a2074a92ccdef7786b137a75a features: Fix width of icons Those icons grew out of the box in some browsers. Fixes: #11925 Signed-off-by: Michael Tremer --- diff --git a/src/scss/style.scss b/src/scss/style.scss index 61c372f8..c0280318 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -124,6 +124,22 @@ header { } } +.icon-large { + font-size: 8em; + + @include media-breakpoint-up(md) { + font-size: 6em; + } + + @include media-breakpoint-up(lg) { + font-size: 8em; + } + + @include media-breakpoint-up(xl) { + font-size: 10em; + } +} + footer { margin-top: auto; diff --git a/src/templates/static/features.html b/src/templates/static/features.html index 6c9504d5..9585f5fe 100644 --- a/src/templates/static/features.html +++ b/src/templates/static/features.html @@ -23,7 +23,7 @@
- +
@@ -60,7 +60,7 @@
- +
@@ -114,7 +114,7 @@
- +
@@ -155,7 +155,7 @@
- +
@@ -210,7 +210,7 @@
- +
@@ -243,7 +243,7 @@
- +