From acdf9717c7c353a78fa5f8d8f10bac4123dc5f3f Mon Sep 17 00:00:00 2001 From: Pedram Ashofteh Ardakani Date: Thu, 4 Jun 2020 01:39:59 +0430 Subject: Update supporting organizations look * Resized and relocated logos for a better look * Moved the copyright comments in `html` files because Firefox was complaining it could not find the `encoding character set` could not be found in the first `1024 bytes` of the file --- css/base.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'css') diff --git a/css/base.css b/css/base.css index 0a00981..ba1907b 100644 --- a/css/base.css +++ b/css/base.css @@ -281,6 +281,23 @@ a:hover { height: auto; } +/* Try to scale the logos for a better look */ + +#logo-rda img { + width: 150px; + height: auto; +} + +#logo-rda { + order: 2; /* Change order of appearance so the circular logos + * can stay by each other */ +} + +#logo-mext img { + width: 350px; + height: auto; +} + /* ================================================================== * Page footer * ================================================================== */ -- cgit v1.2.1