Warning: You are not logged in. Once you make an edit, a temporary account will be created for you. Learn more. Log in or create an account to continue receiving notifications after this account expires, and to access other features.
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision
Your text
Line 22:
Line 22:
}
}
.mp-card-heading {
.mp-card-heading {
align-items: center;
color: #2d3748;
display: flex;
flex-wrap: wrap;
gap: min(0.5rem, 2vw);
justify-content: center;
margin-bottom: min(1.5rem, 4vw);
}
.mp-card-heading .mw-heading3 {
font-size: clamp(1.2rem, 5vw, 1.5rem);
font-size: clamp(1.2rem, 5vw, 1.5rem);
font-weight: 700;
font-weight: 700;
margin: 0;
margin: 0;
padding: 0;
padding: 0;
}
/* This cannot be merged into the above rule due to the color breaking */
.mp-card-heading h3 {
color: #2d3748;
}
.mp-card-list {
color: #4a5568;
font-size: clamp(0.9rem, 3.5vw, 1rem);
line-height: 1.6;
}
.mp-card-list-item {
margin-bottom: min(1rem, 3vw);
}
}
.mp-icon {
.mp-icon {
Cookies help us deliver our services. By using our services, you agree to our use of cookies.