diff --git a/public/css/blue-theme.css b/public/css/blue-theme.css index aa96355..12e2f40 100644 --- a/public/css/blue-theme.css +++ b/public/css/blue-theme.css @@ -1850,7 +1850,7 @@ p.video-txt-sm { line-height: 1; font-weight: 700; letter-spacing: 0.5px; - /* text-transform: uppercase; */ + text-transform: uppercase; margin-bottom: 35px; } diff --git a/public/css/crocus-theme.css b/public/css/crocus-theme.css index ac53fee..2a215b6 100644 --- a/public/css/crocus-theme.css +++ b/public/css/crocus-theme.css @@ -1850,7 +1850,7 @@ p.video-txt-sm { line-height: 1; font-weight: 700; letter-spacing: 0.5px; - /* text-transform: uppercase; */ + text-transform: uppercase; margin-bottom: 35px; }