0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

Adjust background image properties

This commit is contained in:
G.Ambatte
2022-09-22 07:48:51 +12:00
parent f218f48f0f
commit 09d161f3a6

View File

@@ -26,7 +26,9 @@
top: 0;
right: 0;
z-index: -1;
background-size: cover;
background-size: contain;
background-repeat: no-repeat;
background-position: right top;
mask-image: linear-gradient(80deg, #0000 20%, #050 40%);
-webkit-mask-image: linear-gradient(80deg, #0000 20%, #050 40%);
opacity: 50%;