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