2019-09-04 21:46:33 -07:00

20 lines
331 B
SCSS

.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%;
.entity-pill {
margin-right: item-spacing(2);
}
}
}