From a050a77e363b22eb2a8ad28148b71ef4dc09286e Mon Sep 17 00:00:00 2001 From: Dennis Aaen Date: Mon, 7 Sep 2015 12:33:16 +0200 Subject: [PATCH] OUR-341 Fixed cutting fotter on smartphone http://issues.umbraco.org/issue/OUR-341 --- OurUmbraco.Client/src/scss/elements/_footer.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OurUmbraco.Client/src/scss/elements/_footer.scss b/OurUmbraco.Client/src/scss/elements/_footer.scss index 1d1affd7..91956d6f 100644 --- a/OurUmbraco.Client/src/scss/elements/_footer.scss +++ b/OurUmbraco.Client/src/scss/elements/_footer.scss @@ -23,7 +23,7 @@ footer { font-size: .9rem; text-align: center; line-height: 1.5; - + height:100%; width: 100%; }