font tweak
This commit is contained in:
parent
ec567d399a
commit
e4ce96fe6c
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue