diff --git a/100_projects/13-mix-blend-loading/style.css b/100_projects/13-mix-blend-loading/style.css index cb1d571..b8a4457 100644 --- a/100_projects/13-mix-blend-loading/style.css +++ b/100_projects/13-mix-blend-loading/style.css @@ -13,7 +13,7 @@ div { color: white; } div span { - font-size: 65pxS; + font-size: 65px; letter-spacing: 5px; text-transform: uppercase; line-height: 1; @@ -37,4 +37,4 @@ div::before { 50% { left: calc(100% - 100px); } -} \ No newline at end of file +}