diff --git a/Website/Contributor_list.json b/Website/Contributor_list.json index 86f1350..bc69810 100644 --- a/Website/Contributor_list.json +++ b/Website/Contributor_list.json @@ -23,5 +23,10 @@ "name":"Austin Varshney", "action":"Made the Proper Indentation of the Body and Improvements in the Form", "github_url": "https://github.com/AustinVarshney" + }, + { + "name":"Pranjal Garg", + "action":"played with footer and more UI related problems", + "github_url":"https://github.com/Pranjal02garg" } ] diff --git a/Website/HomePage.css b/Website/HomePage.css index 59a3eef..3f7bc1e 100644 --- a/Website/HomePage.css +++ b/Website/HomePage.css @@ -119,7 +119,6 @@ h2 { font-size: 18px; font-weight: bold; margin-top: 10px; - display: block; } #pet-name-form button{ diff --git a/Website/dashboard.html b/Website/dashboard.html index f653a06..ae9a71d 100644 --- a/Website/dashboard.html +++ b/Website/dashboard.html @@ -103,6 +103,10 @@ .contributor a:hover { color: #007BFF; } + footer p{ + justify-content: center; + align-items: center; + }
@@ -170,7 +174,7 @@