From e175491a4156cc6b5ef7bd78541f6618adb27017 Mon Sep 17 00:00:00 2001 From: Alex Legler Date: Fri, 13 Feb 2015 16:16:20 +0100 Subject: Fix footer icons on xs screens --- index.html | 6 +++--- sources/css/tyrian/less/footer.less | 9 +++++++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index b0b10ce..9db069c 100644 --- a/index.html +++ b/index.html @@ -269,14 +269,14 @@
-
+
-
+
© 2001–2015 Gentoo Foundation, Inc.
Gentoo is a trademark of the Gentoo Foundation, Inc. @@ -293,4 +293,4 @@ - + \ No newline at end of file diff --git a/sources/css/tyrian/less/footer.less b/sources/css/tyrian/less/footer.less index b324a81..5499e44 100644 --- a/sources/css/tyrian/less/footer.less +++ b/sources/css/tyrian/less/footer.less @@ -81,7 +81,12 @@ ul.footerlinks { } ul.three-icons li { - float: left; - width: 33%; text-align: center; +} + +@media (min-width: @screen-sm-min) { + ul.three-icons li { + float: left; + width: 33%; + } } \ No newline at end of file -- cgit v1.2.3-65-gdbad