Fix title margin in WC 9.9

This commit is contained in:
Alex P. 2025-05-23 10:15:51 +03:00
parent ca0109b670
commit ce7b586779
No known key found for this signature in database
GPG key ID: 54487A734A204D71

View file

@ -5,7 +5,7 @@
.ppcp-r-welcome-docs__title {
text-align: center;
@include font(20, 28, 700);
margin: 32px 0 32px 0;
margin: 32px 0 32px 0 !important;
}
.ppcp-r-welcome-docs__wrapper {