diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/base.css | 17 |
1 files changed, 17 insertions, 0 deletions
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 * ================================================================== */ |