Giving 100% width to purple header.
This commit is contained in:
parent
f2f12ae2f8
commit
92273b140a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue