From 503a1c9526900c445f4e71a1655873ac6ac175bc Mon Sep 17 00:00:00 2001 From: Ludy Date: Tue, 13 Aug 2024 23:54:33 +0200 Subject: [PATCH] redesign footer (#1674) * redesign footer * remove about test --- src/main/resources/static/css/footer.css | 6 +++++- .../resources/templates/fragments/footer.html | 18 ++++++++++++------ 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/src/main/resources/static/css/footer.css b/src/main/resources/static/css/footer.css index b004cc27..ee47f54c 100644 --- a/src/main/resources/static/css/footer.css +++ b/src/main/resources/static/css/footer.css @@ -21,4 +21,8 @@ .footer-icon { font-size: 2rem; -} \ No newline at end of file +} + +.footer-link { + text-decoration: none; +} diff --git a/src/main/resources/templates/fragments/footer.html b/src/main/resources/templates/fragments/footer.html index 686c05ca..7414ea99 100644 --- a/src/main/resources/templates/fragments/footer.html +++ b/src/main/resources/templates/fragments/footer.html @@ -1,10 +1,16 @@ - \ No newline at end of file