Giving 100% width to purple header.

This commit is contained in:
And Finally 2021-07-30 15:24:12 +01:00
parent f2f12ae2f8
commit 92273b140a
1 changed files with 3 additions and 1 deletions

View File

@ -25,11 +25,13 @@
background-image: url("../images/marketplace-header-bg@2x.png");
background-position: right;
background-size: cover;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: center;
padding: 24px;
min-height: 216px;
padding: 24px;
width: 100%;
&__title {
color: #fff;