Add missing class dot in theming docs (https://github.com/woocommerce/woocommerce-blocks/pull/2946)
This commit is contained in:
parent
9ea9d0afd2
commit
d21a8950f4
|
@ -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;
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue