Some styling improvments

This commit is contained in:
Jean-Baptiste Bellet
2022-03-23 16:40:57 +01:00
parent c23d4f63ed
commit cb24efbc4a

View File

@@ -13,4 +13,15 @@
}
#products_table {
box-shadow: 0 10px 10px -1px rgb(0 0 0 / 10%)
}
#pagination {
position: relative;
top: -15px;
nav, .pagination {
margin-top: 0;
padding-top: 0;
}
}