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:
Alba Rincón 2024-07-10 09:13:41 +02:00 committed by GitHub
parent 2957458bac
commit c000a074be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View File

@ -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;
}

View File

@ -0,0 +1,4 @@
Significance: minor
Type: update
CYS - Fix the intro cards size to match the designs.