diff options
| author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2026-03-31 16:18:25 +0200 |
|---|---|---|
| committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2026-03-31 16:25:09 +0200 |
| commit | 7702336dda7ba22be73420bf8dba4313879fb051 (patch) | |
| tree | c6991a1ec6dd5e1d3edba4ec105a160cc2d8ea28 /css/base.css | |
| parent | 5bd25d572d950bc072384612005736347e2e8a82 (diff) | |
Added current grant information and AEI logo
Until now, the supporting organizations section of the Maneage webpage
didn't contain the AEI logo for the two grants that we have been using
to develop Maneage.
With this commit it has been added, along with a short description for
the current grant. Previous grants will also be mentioned soon.
Diffstat (limited to 'css/base.css')
| -rw-r--r-- | css/base.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/css/base.css b/css/base.css index 0a41b18..cfba1b9 100644 --- a/css/base.css +++ b/css/base.css @@ -312,6 +312,11 @@ a:hover { /* Try to scale the logos for a better look */ +#logo-aei img { + width: 600px; + height: auto; +} + #logo-rda img { width: 150px; height: auto; |
