diff --git a/assets/scss/layouts/press.scss b/assets/scss/layouts/press.scss index ba8a5e1..1647ba1 100644 --- a/assets/scss/layouts/press.scss +++ b/assets/scss/layouts/press.scss @@ -6,8 +6,14 @@ .press_article{ display:flex;flex-direction:column; .p_a_img{} - .p_a_datas{ - background:rgba(20,20,20,0.5); + &:has(.p_a_img) .p_a_datas{ + backdrop-filter: blur(2px); + background: rgba(20, 20, 20, 0.5); + position: absolute; + top: 0px; + width: 100%; + height: 100%; + color: white; .p_a_title{} .p_a_infos{} }