Business: Update box size
This commit is contained in:
parent
7d78f4b8bd
commit
d5bcecc33f
1 changed files with 4 additions and 2 deletions
|
|
@ -57,8 +57,8 @@
|
|||
}
|
||||
|
||||
.client-and-entity-wrapper {
|
||||
display: grid;
|
||||
grid-template-columns: 2fr 1.5fr;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
|
|
@ -82,6 +82,8 @@
|
|||
text-align: left;
|
||||
}
|
||||
|
||||
#entity-details p { margin-right: 20px; }
|
||||
|
||||
#entity-details th {
|
||||
font-weight: normal;
|
||||
padding-bottom: .5rem;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue