28 lines
499 B
CSS
28 lines
499 B
CSS
.pexpo-core-company-head-wrapper {
|
|
display: flex;
|
|
align-items: left;
|
|
gap: 50px;
|
|
margin: 20px;
|
|
width: 100%;
|
|
}
|
|
|
|
.pexpo-core-company-head-logo-wrapper {
|
|
flex-shrink: 0;
|
|
|
|
& .pexpo-core-company-logo {
|
|
width: max-content;
|
|
height: 100px;
|
|
object-fit: contain;
|
|
}
|
|
}
|
|
|
|
.pexpo-core-company-head-name-wrapper {
|
|
flex-grow: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
& .pexpo-core-company-name {
|
|
font-size: 2em;
|
|
margin: 0;
|
|
}
|
|
} |