This commit is contained in:
Albert Juhé Lluveras 2020-08-05 12:38:43 +02:00 committed by GitHub
parent 9ea9d0afd2
commit d21a8950f4
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@ Those classes are:
As an example, if we wanted to do the Checkout font size 10% larger when the container has a width of 521px or wider, we could do so with this code:
```CSS
.wc-block-checkout is-medium,
.wc-block-checkout is-large {
.wc-block-checkout.is-medium,
.wc-block-checkout.is-large {
font-size: 1.1em;
}
```