Skip to content

Commit

Permalink
fix: grid__column-2-4
Browse files Browse the repository at this point in the history
  • Loading branch information
autruonggiang committed Feb 7, 2024
1 parent 5cfdb12 commit f433915
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions assets/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ html {
width: 16.6667%;
}

.grid__column-2-4 {
padding-left: 12px;
padding-right: 12px;
width: 20%;
}

.grid__column-10 {
padding-left: 12px;
padding-right: 12px;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ <h3 class="category__heading">

<div class="home-product">
<div class="grid__row">
<div class="grid__column-2">
<div class="grid__column-2-4">
<!-- Product item -->
<div class="home-product-item">
<div class="home-prodcut-item__img"
Expand Down

0 comments on commit f433915

Please sign in to comment.