diff options
-rw-r--r-- | src/app/main.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/app/main.css b/src/app/main.css index 8bac0ea..e48625b 100644 --- a/src/app/main.css +++ b/src/app/main.css @@ -221,11 +221,11 @@ button:active {filter: brightness(90%)} img {pointer-events: none} #bgHolder { - top: 0; - left: 0; - right: 0; - bottom: 0; - z-index: -1; + top: -5px; + left: -5px; + right: -5px; + bottom: -5px; + z-index: -1; position: absolute; background-size: cover; background-position: center; |