diff --git a/base.css b/base.css index c637bbd..2e5b777 100644 --- a/base.css +++ b/base.css @@ -152,12 +152,13 @@ main{ text-align: center; border-style: solid; border-width: 2px; - -webkit-border-bottom-left-radius: 4px; - -webkit-border-bottom-right-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -moz-border-radius-bottomright: 4px; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; + -webkit-border-bottom-left-radius: 5px; + -webkit-border-bottom-right-radius: 5px; + -moz-border-radius-bottomleft: 5px; + -moz-border-radius-bottomright: 5px; + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; + overflow: hidden; } .main-box > div, footer > p{ max-width: 100%; diff --git a/index.go.html b/index.go.html index 2e4e850..9a46ce9 100644 --- a/index.go.html +++ b/index.go.html @@ -78,7 +78,7 @@
-
+