Update CSS styles for core profiler headers (#39059)

* Remove letter-spacing and use 500 for font-weight

* Add changelog

* Style updates for the header

* Set letter-spacing to normal
* Use 500 for font-weight
* Remove max-width

* Add changelog
This commit is contained in:
Moon 2023-07-03 10:54:48 -07:00 committed by GitHub
parent f8c6c43721
commit 7bbffd3284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 5 deletions

View File

@ -9,13 +9,14 @@
.woocommerce-profiler-heading__title { .woocommerce-profiler-heading__title {
font-style: normal; font-style: normal;
font-weight: 500;
font-size: 32px; font-size: 32px;
line-height: 40px; line-height: 40px;
text-align: center; text-align: center;
color: $gray-900; color: $gray-900;
margin-bottom: 12px; margin-bottom: 12px;
letter-spacing: normal;
padding-top: 0; padding-top: 0;
font-weight: 500;
@include breakpoint( '<782px' ) { @include breakpoint( '<782px' ) {
font-size: 28px; font-size: 28px;

View File

@ -353,10 +353,6 @@
width: 100%; width: 100%;
} }
.woocommerce-profiler-heading__title {
max-width: 480px;
}
.woocommerce-user-profile-choices fieldset { .woocommerce-user-profile-choices fieldset {
display: flex; display: flex;
gap: 18px; gap: 18px;

View File

@ -0,0 +1,4 @@
Significance: minor
Type: tweak
Update CSS styles for the core profiler header