style: blur bg img

This commit is contained in:
lytrankieio123 2021-09-09 16:49:27 +07:00
parent 1a4392eacc
commit 2e3947a1ba

View File

@ -5,5 +5,8 @@
height: 100%; height: 100%;
img { img {
object-fit: cover; object-fit: cover;
background-size: contain !important;
background-position: center !important;
background-repeat: no-repeat;
} }
} }