From 267effa450b4ae1bc1a6f7145d03a3de4f4e06d9 Mon Sep 17 00:00:00 2001 From: Ying Tung Lau <lauy5@cardiff.ac.uk> Date: Fri, 27 Jan 2023 16:36:05 +0000 Subject: [PATCH] Replace about.html --- portfolio/templates/about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portfolio/templates/about.html b/portfolio/templates/about.html index 6238fe5..0f33319 100644 --- a/portfolio/templates/about.html +++ b/portfolio/templates/about.html @@ -3,7 +3,7 @@ {% block title %}<h3>Project Directory</h3>{% endblock %} -<div style="display: grid; justify-content: left;"> +<div style="justify-content: left;"> <form action="{{ url_for('about') }}" method="POST"> <label for="year">Year:</label> <select name="year" id="year"> -- GitLab