Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulMF40 authored Mar 26, 2024
1 parent 0b01bff commit f22ec79
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,13 @@ aside > form > label {
color: var(--rtc-white);
}

#noProductsMsg {
font-size: 30px;
color: #555;
text-align: center;
margin-top: 20px;
}

/* Estilos para hacer el formulario responsive */
@media screen and (max-width: 600px) {
aside > form {
Expand Down

0 comments on commit f22ec79

Please sign in to comment.