From 87c104d611f1ae44d2dd8b953427b3daf50086e4 Mon Sep 17 00:00:00 2001 From: Owen-Jiang <58180095+Owen-Jiang@users.noreply.github.com> Date: Tue, 26 Mar 2024 22:44:37 -0400 Subject: [PATCH] Update styles.css --- styles.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/styles.css b/styles.css index b93cb44..c197a4d 100644 --- a/styles.css +++ b/styles.css @@ -1,4 +1,4 @@ -/* Font for website majority*/ +/* Font for website majority */ * { font-family: 'Karla', sans-serif; } @@ -410,14 +410,9 @@ button.btn:hover { } /* For body and footer positioning */ -.page-container { -} - .body-container { margin-left: auto; margin-right: auto; - /* background-color: #e4dfda; - background-image: var(--bs-gradient); */ } footer {