Clean: Bottom align the logo with company details
This commit is contained in:
parent
e842f1fcd4
commit
45cb41a65a
1 changed files with 6 additions and 0 deletions
|
|
@ -201,6 +201,12 @@
|
|||
font-size: 1rem;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.company-logo-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
/** Useful snippets, uncomment to enable. **/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue