Web: Components: fixed banner width

This commit is contained in:
Viktor Fomin 2021-07-01 13:46:18 +03:00
parent a7d56b56f2
commit 79c7a461d7

View File

@ -1,7 +1,7 @@
import styled from "styled-components";
const BannerWrapper = styled.div`
width: 180px;
width: 185px;
border: 1px solid #d1d1d1;
border-radius: 5px;
padding: 15px;