From 79543dcafdb8f319cc5eb599840d0c30f36f964a Mon Sep 17 00:00:00 2001 From: Denis Date: Wed, 21 Feb 2018 12:17:10 +0300 Subject: [PATCH] Use padding instead of margin (#48) Make code in this project the same as in original starter --- src/main/webapp/frontend/styles/shared-styles.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/frontend/styles/shared-styles.html b/src/main/webapp/frontend/styles/shared-styles.html index 26e8b2da..961f3cff 100644 --- a/src/main/webapp/frontend/styles/shared-styles.html +++ b/src/main/webapp/frontend/styles/shared-styles.html @@ -6,7 +6,7 @@ } .main-layout { - margin: 20px; + padding: 20px; }