diff --git a/templates/index.html b/templates/index.html index f075ca3..7caff3e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -31,7 +31,7 @@ align-items: stretch; background-color: #424242; margin: 1rem 0; - border-radius: 1rem; + border-radius: .5rem; } p { margin: 0; } @@ -46,7 +46,7 @@ .indicator { width: 1rem; min-height: 100%; - border-radius: 1rem 0 0 1rem; + border-radius: .5rem 0 0 .5rem; } .ok { background-color: #4ed34e; } .warn { background-color: #fcfc64; }