From 09135a493f9d99d055e2120fe5721422994dab57 Mon Sep 17 00:00:00 2001 From: Lukas SP Date: Mon, 24 Aug 2020 18:09:18 +0200 Subject: [PATCH] Fix double semicolon --- web/css/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/css/style.scss b/web/css/style.scss index f87de68..903a482 100644 --- a/web/css/style.scss +++ b/web/css/style.scss @@ -91,7 +91,7 @@ html, body { margin-right: 40px; padding: 5px 10px; background-color: #000000; - border-radius: 10px;; + border-radius: 10px; } } }