set dynamic margin

This commit is contained in:
Benjamin Beganović 2020-11-19 15:03:18 +01:00
parent 458535a46d
commit 7e750cd510

View File

@ -89,7 +89,6 @@
#product-table, #product-table,
#delivery-note-table, #delivery-note-table,
#task-table { #task-table {
margin-top: 3rem;
/* margin-bottom: 200px; */ /* margin-bottom: 200px; */
min-width: 100%; min-width: 100%;
table-layout: fixed; table-layout: fixed;
@ -100,6 +99,7 @@
#delivery-note-table:not(:empty), #delivery-note-table:not(:empty),
#task-table:not(:empty) { #task-table:not(:empty) {
border-top: 5px solid var(--primary-color); border-top: 5px solid var(--primary-color);
margin-top: 3rem;
} }
.task-duration { .task-duration {