Skip to content

Commit

Permalink
Fixed #15
Browse files Browse the repository at this point in the history
  • Loading branch information
zohaib87 committed Oct 6, 2023
1 parent 285bedc commit 7b9c761
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1490,6 +1490,11 @@ li.woocommerce-MyAccount-navigation-link--customer-logout:before {
color: #fff;
background-color: var(--primary-dark);
}
/* Bootstrap 4 conflict fix */
.woocommerce .col-1,
.woocommerce .col-2 {
max-width: none;
}
/*--------------------------------------------------------------
# Contact Form 7
--------------------------------------------------------------*/
Expand Down

0 comments on commit 7b9c761

Please sign in to comment.