From fa4908477858b9ce6788d2c48b85452cbdea70f4 Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Sat, 9 Nov 2019 17:12:53 -0500 Subject: [PATCH] minor style changes --- templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }