16 lines
268 B
SCSS
Raw Normal View History

2019-08-31 20:51:14 -07:00
.wherehows-entity-header {
@include wherehows-container;
position: relative;
display: flex;
width: 100%;
padding: 0;
max-width: 100%;
&__content {
display: flex;
flex-direction: column;
justify-content: space-between;
width: 100%;
}
}