add 200px margin-bottom to the product-table

This commit is contained in:
Benjamin Beganović 2020-10-05 10:24:55 +02:00
parent c0f3576d55
commit a339148f1b
8 changed files with 8 additions and 0 deletions

View File

@ -91,6 +91,7 @@
table-layout: fixed;
overflow-wrap: break-word;
margin-top: 3rem;
margin-bottom: 200px;
}
#product-table > thead {
text-align: left;

View File

@ -94,6 +94,7 @@
#product-table {
margin-top: 3.5rem;
margin-bottom: 200px;
min-width: 100%;
table-layout: fixed;
overflow-wrap: break-word;

View File

@ -84,6 +84,7 @@
#product-table {
margin-top: 3rem;
margin-bottom: 200px;
min-width: 100%;
table-layout: fixed;
overflow-wrap: break-word;

View File

@ -84,6 +84,7 @@
#product-table {
margin-top: 3rem;
margin-bottom: 200px;
min-width: 100%;
table-layout: fixed;
overflow-wrap: break-word;

View File

@ -80,6 +80,7 @@
#product-table {
margin-top: 3rem;
margin-bottom: 200px;
min-width: 100%;
table-layout: fixed;
overflow-wrap: break-word;

View File

@ -94,6 +94,7 @@
#product-table {
margin-top: 3rem;
margin-bottom: 200px;
min-width: 100%;
table-layout: fixed;
overflow-wrap: break-word;

View File

@ -64,6 +64,7 @@
table-layout: fixed;
overflow-wrap: break-word;
margin-top: 3rem;
margin-bottom: 200px;
}
#product-table > thead {
text-align: left;

View File

@ -87,6 +87,7 @@
#product-table {
margin-top: 3rem;
margin-bottom: 200px;
min-width: 100%;
table-layout: fixed;
overflow-wrap: break-word;