From aefe3b9cec8805727532110c7df65cd746168ad2 Mon Sep 17 00:00:00 2001 From: Knight Date: Sat, 28 Dec 2024 21:30:13 -0500 Subject: [PATCH] Refactor navigation styles in styles.css for improved layout and visual effects. Adjusted padding for better spacing and applied mix-blend-mode for enhanced aesthetics. These changes contribute to a more polished and user-friendly interface. --- public/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/styles.css b/public/styles.css index 3fc3076..e382427 100644 --- a/public/styles.css +++ b/public/styles.css @@ -55,13 +55,13 @@ img { .navigation { position: fixed; - bottom: 33%; left: 0; right: 0; display: flex; justify-content: space-between; - padding: 0 40px; + padding: 0 5px; pointer-events: none; + mix-blend-mode: color-burn; } .navigation a { @@ -77,4 +77,4 @@ img { .navigation a:hover { opacity: 1; -} \ No newline at end of file +} \ No newline at end of file