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.

This commit is contained in:
Knight 2024-12-28 21:30:13 -05:00
parent 97542e2d09
commit aefe3b9cec

View File

@ -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 {