+
+
+
@@ -68,6 +70,7 @@
+
@await RenderSectionAsync("Scripts", required: false)
diff --git a/wwwroot/css/site.css b/wwwroot/css/site.css
index f8d98fc..2500df6 100644
--- a/wwwroot/css/site.css
+++ b/wwwroot/css/site.css
@@ -19,4 +19,22 @@ html {
body {
margin-bottom: 60px;
+}
+
+.responsive-browsing-tables {
+ height: 400px;
+}
+
+.table-card-product {
+ height: 150px;
+}
+
+@media (max-width: 540px) {
+ .responsive-browsing-tables {
+ height: 100%;
+ }
+
+ .table-card-product {
+ height: 320px;
+ }
}
\ No newline at end of file