Skip to content

Commit

Permalink
scripts(css): fix the css color
Browse files Browse the repository at this point in the history
  • Loading branch information
mewmewdevart committed Feb 21, 2024
1 parent f488d7c commit 79100ff
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions webPages/01_ShopHome/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,6 @@ header .header__text--cupom {

/* Media queries for responsiveness */
@media only screen and (max-width: 1466px) {
section {
background-color: red;
}

.header__container-banner .header__banner-block {
width: 80%;
}
Expand All @@ -188,10 +184,6 @@ header .header__text--cupom {
}

@media only screen and (max-width: 1200px) {
section {
background-color: purple;
}

.header__container-banner {
background-color: #121214;
height: 250px;
Expand Down

0 comments on commit 79100ff

Please sign in to comment.