font tweak

This commit is contained in:
Shish 2024-01-01 21:16:54 +00:00
parent ec567d399a
commit e4ce96fe6c

View file

@ -39,6 +39,6 @@ class CustomUploadTheme extends UploadTheme
// the big page // the big page
protected function build_upload_block(): HTMLElement protected function build_upload_block(): HTMLElement
{ {
return A(["href" => make_link("upload"), "style" => 'font-size: 2rem; display: block;'], "Upload"); return A(["href" => make_link("upload"), "style" => 'font-size: 1.7rem; display: block;'], "Upload");
} }
} }