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; } </style> </head>