CYS - Fix the intro cards size to match the designs (#49297)
* Fix the intro cards to match the designs * Add changefile(s) from automation for the following project(s): woocommerce --------- Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
2957458bac
commit
c000a074be
|
@ -224,10 +224,12 @@
|
|||
text-align: center;
|
||||
padding: 36px 51px;
|
||||
margin-top: 0;
|
||||
width: 500px;
|
||||
width: 390px;
|
||||
max-height: 320px;
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
height: 170px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: update
|
||||
|
||||
CYS - Fix the intro cards size to match the designs.
|
Loading…
Reference in New Issue