diff --git a/backend/db.sqlite3 b/backend/db.sqlite3 index 2c112bb..4f609b8 100644 Binary files a/backend/db.sqlite3 and b/backend/db.sqlite3 differ diff --git a/backend/postings/static/postings/css/style.scss b/backend/postings/static/postings/css/style.scss index 5a205fa..56d9754 100644 --- a/backend/postings/static/postings/css/style.scss +++ b/backend/postings/static/postings/css/style.scss @@ -23,7 +23,7 @@ height: calc(100vh - 50px); } .fullcontainer h1{ - font-size: 60px; + font-size: 50px; } .fullcontainer h3{ margin-bottom: 30px; diff --git a/backend/postings/templates/postings/frontend/review.html b/backend/postings/templates/postings/frontend/review.html index f424a40..39d12ba 100644 --- a/backend/postings/templates/postings/frontend/review.html +++ b/backend/postings/templates/postings/frontend/review.html @@ -7,10 +7,10 @@ {# Username #} -
{{ review.author_name }}
+

{{ review.author_name }}

{# Date at which review was posted. #} -
{{ review.created_date|date:"j M, Y" }}
+

{{ review.created_date|date:"j M, Y" }}