From 620bb7a76ab3881a915ad90b42668df1c959cc45 Mon Sep 17 00:00:00 2001 From: Innovation Inc Date: Mon, 22 Apr 2019 09:33:09 -0500 Subject: [PATCH] Update index.html --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 298c6e6..1329ac2 100644 --- a/index.html +++ b/index.html @@ -13,12 +13,12 @@ border-radius: 5px; } .box-blue-emb { - margin:0 0 25px; + margin:0 0 0px; overflow:hidden; padding:20px; background-color:#009ac7; - -webkit-border-radius: 0px; - border-radius: 0px; + -webkit-border-radius: 5px; + border-radius: 5px; }