From 73245dab5a7b9457d1c5e918a727bc325f89b30c Mon Sep 17 00:00:00 2001 From: Sam <74021826+x39OME@users.noreply.github.com> Date: Mon, 6 Mar 2023 17:19:24 +0300 Subject: [PATCH] Update style.css --- 100_projects/13-mix-blend-loading/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}