Fix Bug Opacité Background Photo

This commit is contained in:
Anthony Dumas 2022-01-20 00:33:43 +01:00
parent 9bb0855adc
commit 98247c2505

View File

@ -7,7 +7,7 @@
.background {
position: absolute;
filter: blur(2px);
opacity: 50%
opacity: 50%;
}
}