Improvements for business design
This commit is contained in:
parent
b76e13b661
commit
c9a9ee342c
|
|
@ -41,11 +41,11 @@
|
|||
.header-wrapper {
|
||||
display: grid;
|
||||
grid-template-rows:0.5fr;
|
||||
grid-template-columns: auto auto auto auto;
|
||||
grid-template-columns: auto auto auto auto auto;
|
||||
grid-template-areas: "a b c d e";
|
||||
grid-auto-columns: minmax(0, 1fr);
|
||||
grid-auto-flow: column;
|
||||
justify-content:left;
|
||||
align-items: start;
|
||||
gap: 0px;
|
||||
line-height: var(--line-height);
|
||||
}
|
||||
|
|
@ -56,9 +56,9 @@
|
|||
}
|
||||
|
||||
.logo-wrapper {
|
||||
grid-area: e;
|
||||
align-content: right;
|
||||
margin-left: 1rem;
|
||||
grid-area: e;
|
||||
justify-self: end;
|
||||
align-self: start;
|
||||
}
|
||||
|
||||
#entity-details {
|
||||
|
|
@ -91,7 +91,6 @@
|
|||
.header-wrapper .company-info-wrapper > * {
|
||||
margin-bottom: 1rem;
|
||||
grid-row-end: 4;
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
.entity-label-wrapper {
|
||||
|
|
@ -208,6 +207,7 @@
|
|||
grid-template-columns: 2fr 1fr;
|
||||
padding-top: 1rem;
|
||||
margin-right: .75rem;
|
||||
padding-left: 0.5rem;
|
||||
gap: 80px;
|
||||
page-break-inside:auto;
|
||||
overflow: visible !important;
|
||||
|
|
@ -248,6 +248,7 @@
|
|||
}
|
||||
|
||||
#footer {
|
||||
padding-left: 1rem;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue