Skip to content

Commit

Permalink
fix header hr
Browse files Browse the repository at this point in the history
  • Loading branch information
mafSida committed Aug 19, 2024
1 parent 080d3a0 commit 93fbe89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ img {
/* padding-top: 24px;
padding-bottom: 24px; */
border-bottom: 1px solid #e7e9fc;
box-shadow: 0 1px 6px 0 rgba(46, 47, 66, 0.08),
0 1px 1px 0 rgba(46, 47, 66, 0.16), 0 2px 1px 0 rgba(46, 47, 66, 0.08);
}

.header .container {
Expand Down Expand Up @@ -389,7 +391,7 @@ img {
}

.product-list-wrap {
padding: 32px 16px;
/* padding: 32px 16px; */
border: 1px solid #e7e9fc;
border-top: none;
}
Expand Down

0 comments on commit 93fbe89

Please sign in to comment.