From 569dd1b9e5876c28d950935de903757270f29c79 Mon Sep 17 00:00:00 2001 From: Natacha Quintero Date: Tue, 22 Nov 2016 00:52:51 -0430 Subject: [PATCH] finished the problem of the white margin --- digitalglarus/templates/new_base_glarus.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/digitalglarus/templates/new_base_glarus.html b/digitalglarus/templates/new_base_glarus.html index b156dd45..c5d683de 100644 --- a/digitalglarus/templates/new_base_glarus.html +++ b/digitalglarus/templates/new_base_glarus.html @@ -79,6 +79,14 @@ margin: 0px; color:white; } + + html,body{ + width: 100%; + height: 100%; + margin: 0px; + padding: 0px; + overflow-x: hidden; +}