diff options
| author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2026-03-31 21:02:16 +0200 |
|---|---|---|
| committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2026-03-31 21:03:27 +0200 |
| commit | 92d7c2f17b609f82323b9aae0cc04efef201e839 (patch) | |
| tree | 5ff0ed0270541f90da48d427065d932c20de0520 /css | |
| parent | 7702336dda7ba22be73420bf8dba4313879fb051 (diff) | |
Added text and fixed logo sizes in the supporting organizations
Until now, only the current grants were written. But that was not
fair.
With this commit, a short history of the project has been added,
mentioning all the relevant institues and grants.
Diffstat (limited to 'css')
| -rw-r--r-- | css/base.css | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/css/base.css b/css/base.css index cfba1b9..2250432 100644 --- a/css/base.css +++ b/css/base.css @@ -294,40 +294,6 @@ a:hover { } /* ================================================================== - * The sponsors - * ================================================================== */ - -.support { - display: flex; - flex-flow: row wrap; /* stack horizontally and allow wrapping */ - justify-content: space-around; /* display items with space between */ - align-items: center; /* align the items in middle of container */ - margin: 10px auto; -} - -.support img { - width: 120px; - height: auto; -} - -/* Try to scale the logos for a better look */ - -#logo-aei img { - width: 600px; - height: auto; -} - -#logo-rda img { - width: 150px; - height: auto; -} - -#logo-mext img { - width: 200px; - height: auto; -} - -/* ================================================================== * Page footer * ================================================================== */ |
