From 11b14463ebd843fd5ef47172eb47e2016541393c Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Thu, 26 Nov 2015 07:56:15 +0100 Subject: [PATCH] logo margin on small screen --- stylesheets/small.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/small.css b/stylesheets/small.css index 7dc44c3..755dd32 100644 --- a/stylesheets/small.css +++ b/stylesheets/small.css @@ -1,3 +1,3 @@ img#logo { - width: 100%; + width: 80%; }