From 6c1df6471ae6082636f2b6f8a12bac018f1aee0d Mon Sep 17 00:00:00 2001
From: Raroun <Raroun@users.noreply.github.com>
Date: Tue, 26 Dec 2023 19:40:44 +0100
Subject: [PATCH] Update style.css

Added missing spaces
---
 view/theme/frio/css/style.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css
index f01128a897..be71399a86 100644
--- a/view/theme/frio/css/style.css
+++ b/view/theme/frio/css/style.css
@@ -3520,15 +3520,15 @@ section .profile-match-wrapper {
 	align-items: center;
 	display: flex;
 	justify-content: center;
-	text-align:center;
+	text-align: center;
 }
 
 .profile-match-break {
-	display:none;
+	display: none;
 }
 
 .profile-match-end {
-	display:none;
+	display: none;
 }
 
 /**
-- 
2.39.5