Fix Bug Opacité Background Photo

This commit is contained in:
Anthony Dumas 2022-01-20 00:41:03 +01:00
parent 98247c2505
commit ea1f0a3b92

View File

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