From 188a6583fde7e1703a72012454974550e05b7b59 Mon Sep 17 00:00:00 2001 From: Martin Quarda Date: Mon, 7 Oct 2024 05:45:53 +0200 Subject: [PATCH] center time --- frontend/src/styles/index.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/styles/index.scss b/frontend/src/styles/index.scss index 784ebf3..795df79 100644 --- a/frontend/src/styles/index.scss +++ b/frontend/src/styles/index.scss @@ -49,6 +49,10 @@ form.container{ border-radius: 10px; } +.results th{ + text-align: center; +} + .video{ margin-top: 30px; }