From d23e1274303c54b3d7fc8de77eea37bb8fdaeaa3 Mon Sep 17 00:00:00 2001 From: real-zephex Date: Sun, 31 Mar 2024 17:32:48 +0530 Subject: fixes: minor css modifications, added basic information about the last read manga chapter (don't expect much out of it) --- src/app/components/footer/footer.module.css | 20 +++++++++++++++----- src/app/components/footer/page.jsx | 13 +++++-------- 2 files changed, 20 insertions(+), 13 deletions(-) (limited to 'src/app/components/footer') diff --git a/src/app/components/footer/footer.module.css b/src/app/components/footer/footer.module.css index 75c9432..8b1b7b6 100644 --- a/src/app/components/footer/footer.module.css +++ b/src/app/components/footer/footer.module.css @@ -4,12 +4,22 @@ bottom: 0; width: 100%; background-color: #1a1a1a; - color: white; - text-align: center; + display: flex; + padding: 10px; + justify-content: space-between; + align-items: center; } -.footer p a { - padding: 10px; - text-decoration: none; +.FooterLeftContainer a { color: #696880; + margin: 10px; +} + +.FooterRightContainer { + margin-right: 10px; +} + +.FooterRightContainer a { + margin: 10px; + text-decoration: none; } \ No newline at end of file diff --git a/src/app/components/footer/page.jsx b/src/app/components/footer/page.jsx index e3af4f9..1223f31 100644 --- a/src/app/components/footer/page.jsx +++ b/src/app/components/footer/page.jsx @@ -3,7 +3,7 @@ import styles from "./footer.module.css"; export default async function Footer() { return (
-

+

Github +
+ +
Vercel - - Netlify - Render -

+
); } -- cgit v1.2.3