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