Add margin between quotee and terms and conditions
This commit is contained in:
parent
9bb5bcd820
commit
5537a53834
|
@ -65,6 +65,10 @@
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
.invoice .quotee + .terms_and_conditions {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
.invoice .notes + .payment-instructions {
|
||||
margin-top: 5rem;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue