Web:Common:Section: reduce blur for section info-panel

This commit is contained in:
Timofey Boyko 2022-05-04 17:37:54 +03:00
parent 5e5fd8cd2f
commit 13d0984abb

View File

@ -19,7 +19,7 @@ const StyledInfoPanelWrapper = styled.div.attrs(({ id }) => ({
height: auto;
width: auto;
background: rgba(6, 22, 38, 0.2);
backdrop-filter: blur(18px);
backdrop-filter: blur(3px);
@media ${tablet} {
z-index: 309;