diff --git a/src/views/home/home.module.css b/src/views/home/home.module.css index b67a9550..2c49ea45 100644 --- a/src/views/home/home.module.css +++ b/src/views/home/home.module.css @@ -32,6 +32,7 @@ .boxBar, .infoboxBar { padding-left: 0.5em; line-height: 2em; + text-transform: capitalize; } .infoboxBar { @@ -253,6 +254,7 @@ .stats .stat { display: inline-block; width: 33%; + text-transform: capitalize; } @media (max-width: 640px) {