mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-29 06:52:41 +00:00
Adjust background image properties
This commit is contained in:
@@ -26,7 +26,9 @@
|
|||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
z-index: -1;
|
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%);
|
mask-image: linear-gradient(80deg, #0000 20%, #050 40%);
|
||||||
-webkit-mask-image: linear-gradient(80deg, #0000 20%, #050 40%);
|
-webkit-mask-image: linear-gradient(80deg, #0000 20%, #050 40%);
|
||||||
opacity: 50%;
|
opacity: 50%;
|
||||||
|
|||||||
Reference in New Issue
Block a user