aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorPedram Ashofteh Ardakani <pedramardakani@pm.me>2020-06-04 01:39:59 +0430
committerPedram Ashofteh Ardakani <pedramardakani@pm.me>2020-06-04 01:39:59 +0430
commitacdf9717c7c353a78fa5f8d8f10bac4123dc5f3f (patch)
tree1563ea43efaf3accf4f22e6a1de9b09f6a0795dc /css
parentb2a7ff316d921d4b128798eb1f994531bb9d4f03 (diff)
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
Diffstat (limited to 'css')
-rw-r--r--css/base.css17
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
* ================================================================== */