From 5ce2c20b0f290ae1669ca268f68654f8f2f3fdf6 Mon Sep 17 00:00:00 2001
From: Michelle <mi00354@surrey.ac.uk>
Date: Sun, 23 May 2021 21:36:56 +0100
Subject: [PATCH] Fixed submissions title

---
 NodeAPI/public/css/style.css  | 12 ++++++++++++
 NodeAPI/views/submissions.ejs |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/NodeAPI/public/css/style.css b/NodeAPI/public/css/style.css
index c2b5458..d6d7f62 100644
--- a/NodeAPI/public/css/style.css
+++ b/NodeAPI/public/css/style.css
@@ -183,4 +183,16 @@ table, th, td {
 
 td{
   min-width: 10em;
+  font-family: Calibri, 'Trebuchet MS', sans-serif;
+}
+
+th{
+  color: #e95e01;
+  font-size: 1.2em;
+}
+
+.thead{
+  font-family: Calibri, 'Trebuchet MS', sans-serif;
+  color: cornflowerblue;
+  font-size: 2em;
 }
\ No newline at end of file
diff --git a/NodeAPI/views/submissions.ejs b/NodeAPI/views/submissions.ejs
index d085446..8e95f03 100644
--- a/NodeAPI/views/submissions.ejs
+++ b/NodeAPI/views/submissions.ejs
@@ -19,7 +19,7 @@
     </div>
     <body>
 
-      <h1>Posts</h1>
+      <h1 class = "thead text-center">Movie Submissions and Predictions</h1>
       <%- include("table", {items}); %>
      
     </body>
-- 
GitLab