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; }