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:
parent
97542e2d09
commit
aefe3b9cec
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user