mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-27 11:29:59 +00:00
16 lines
268 B
SCSS
16 lines
268 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%;
|
||
|
}
|
||
|
}
|