Common: Article: fix logo size

This commit is contained in:
Viktor Fomin 2023-03-23 09:30:57 +03:00
parent 333437bd24
commit a2cffa2501

View File

@ -236,10 +236,10 @@ const StyledIconBox = styled.div`
cursor: pointer;
display: none;
align-items: center;
height: 20px;
img {
height: 24px;
height: 28px;
width: 28px;
}
@media ${tablet} {