diff --git a/assets/development/styles/organization.css b/assets/development/styles/organization.css index 9ffb586..5292560 100644 --- a/assets/development/styles/organization.css +++ b/assets/development/styles/organization.css @@ -480,6 +480,13 @@ section { opacity: 0.75; } +.schedule-category-name { + /* + may mess up some content + */ + text-transform: capitalize; +} + .schedule-category-collapse-icon { transform: rotate(180deg); color: #B12008; @@ -579,14 +586,29 @@ section { .pricing-label { font-size: 1.5em; + + /* + may mess up some content + */ + text-transform: capitalize; } .pricing-name { font-size: 1.8em; + + /* + may mess up some content + */ + text-transform: capitalize; } .pricing-description { opacity: 0.9; + + /* + may mess up some content + */ + text-transform: capitalize; } /* ***************************************************************************** @@ -743,6 +765,11 @@ People cards .people-role { opacity: .8; + + /* + may mess up some content + */ + text-transform: capitalize; } .people-contact-icon {