Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Nesquick committed Dec 12, 2023
1 parent f61fb1a commit bff256c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,12 @@ section {
.product-card {
width: 100%;
margin: auto;
margin-top: 20px;
}
.card {
width: 100%;
margin: auto;
margin-top: 20px;
}
nav {
display: none;
Expand Down Expand Up @@ -197,4 +199,4 @@ section {

.menu-container:hover .dropdown-menu {
display: block;
}
}

0 comments on commit bff256c

Please sign in to comment.