diff --git a/css/styles.css b/css/styles.css index d0772d7..f0c80e2 100644 --- a/css/styles.css +++ b/css/styles.css @@ -353,22 +353,6 @@ input[type="file"] { cursor: pointer; } -.app-footer { - background-color: #2c3e50; - color: white; - padding: 1rem; - text-align: center; - font-size: 0.9rem; - margin-top: auto; /* This pushes the footer to the bottom when possible */ -} - -.author-info { - display: flex; - flex-direction: column; - align-items: center; - gap: 0.3rem; -} - /* Push notification controls */ .push-notification-controls { margin-right: 10px; diff --git a/index.html b/index.html index d4e1ee5..3a1eb75 100644 --- a/index.html +++ b/index.html @@ -147,7 +147,7 @@
@@ -276,11 +276,5 @@ } }); -