diff --git a/public/css/custom.css b/public/css/custom.css index 6bbae33..c47c18c 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -81,9 +81,14 @@ header#web table div.profile > img { header#web table span.brand { color: #3e78a2; font-size: .9em; + font-weight: bold; word-wrap: anywhere; line-height: 1.2em; - top: .4em; +} +@media (max-width: 500px) { + header#web table span.brand { + font-size: .8em !important; + } } diff --git a/public/login/index.php b/public/login/index.php index b54fc6d..a4dd11a 100644 --- a/public/login/index.php +++ b/public/login/index.php @@ -64,7 +64,8 @@ if ($function === 'oauth') { -
+ +