From 5941885331c82d26c8b3b967458b28a11fc1c133 Mon Sep 17 00:00:00 2001 From: b1ek Date: Thu, 9 Mar 2023 23:43:54 +1000 Subject: [PATCH] change border radius --- view/page/resume.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/page/resume.pug b/view/page/resume.pug index 8620ced..39563d3 100644 --- a/view/page/resume.pug +++ b/view/page/resume.pug @@ -10,4 +10,4 @@ block content p(class='js_loading_indicator') | JS is loading. Please hold on... br - img(src='/static/ui/load.gif' style='border-radius:6px;margin-top:6px') \ No newline at end of file + img(src='/static/ui/load.gif' style='border-radius:4px;margin-top:6px') \ No newline at end of file