12 lines
149 B
SCSS
12 lines
149 B
SCSS
|
.page-header {
|
||
|
display: flex;
|
||
|
margin-top: 16px;
|
||
|
padding: 0 16px;
|
||
|
|
||
|
img {
|
||
|
aspect-ratio: 1;
|
||
|
height: 5rem;
|
||
|
margin-right: 1rem;
|
||
|
}
|
||
|
}
|