Business: Reduce padding in client & company details section

This commit is contained in:
Benjamin Beganović 2021-03-02 14:06:42 +01:00
parent dfee4d718b
commit cb0231a1ec

View File

@ -41,10 +41,6 @@
color: #AAA9A9; color: #AAA9A9;
} }
#company-details > * {
margin-bottom: 0.8rem;
}
#company-address { #company-address {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -72,10 +68,6 @@
margin-top: 1rem; margin-top: 1rem;
} }
#client-details > * {
margin-bottom: 0.5rem;
}
#client-details > p:nth-child(1) { #client-details > p:nth-child(1) {
color: var(--primary-color); color: var(--primary-color);
} }