From 304d1aa6966cfff741073f284b9924725d0807c7 Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Fri, 29 Jul 2022 20:25:31 +0100 Subject: [PATCH] . --- base.css | 13 +++++++------ index.go.html | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) 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 @@
-
+