From cdf660287dd0f3d618eba52fac986682edc82f59 Mon Sep 17 00:00:00 2001 From: Martin Quarda Date: Mon, 7 Oct 2024 05:48:14 +0200 Subject: [PATCH] center all --- frontend/src/styles/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles/index.scss b/frontend/src/styles/index.scss index 795df79..852c997 100644 --- a/frontend/src/styles/index.scss +++ b/frontend/src/styles/index.scss @@ -49,7 +49,7 @@ form.container{ border-radius: 10px; } -.results th{ +.results td, .results th{ text-align: center; }