diff --git a/css/style.css b/css/style.css index c786d509..0de5416b 100644 --- a/css/style.css +++ b/css/style.css @@ -105,12 +105,12 @@ body { } .loading::after { - content : attr(data-progress); position : relative; left : 16px; bottom : 3px; font-size : 10px; color : rgb(49,123,249); + content : attr(data-progress); } .loading-svg {