From 4ff4ea172fbc21fa0dc30d107e14d8c5630984bb Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Wed, 13 Jan 2021 20:47:36 +0000 Subject: [PATCH] fix prettier complaints Signed-off-by: Adam Warner --- style/pi-hole.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/style/pi-hole.css b/style/pi-hole.css index 6245bd93..e5efad52 100644 --- a/style/pi-hole.css +++ b/style/pi-hole.css @@ -327,6 +327,7 @@ background: #367fa9; } -.box, .small-box { - border-radius:10px; -} \ No newline at end of file +.box, +.small-box { + border-radius: 10px; +}