diff --git a/Frontend/src/app/components/hot-deals-widget/hot-deals-widget.component.css b/Frontend/src/app/components/hot-deals-widget/hot-deals-widget.component.css index 4332ff7..4876607 100644 --- a/Frontend/src/app/components/hot-deals-widget/hot-deals-widget.component.css +++ b/Frontend/src/app/components/hot-deals-widget/hot-deals-widget.component.css @@ -4,6 +4,8 @@ background-color: #f8f9fa; display: grid; grid-template-columns: repeat(2, 1fr); + grid-column-gap: 0px; + grid-row-gap: 0px; align-items: center; }