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:
@@ -55,13 +55,13 @@ img {
|
|||||||
|
|
||||||
.navigation {
|
.navigation {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 33%;
|
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 0 40px;
|
padding: 0 5px;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
mix-blend-mode: color-burn;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation a {
|
.navigation a {
|
||||||
|
|||||||
Reference in New Issue
Block a user