From 92d7c2f17b609f82323b9aae0cc04efef201e839 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Tue, 31 Mar 2026 21:02:16 +0200 Subject: 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. --- css/base.css | 34 ---------------------------------- 1 file changed, 34 deletions(-) (limited to 'css') diff --git a/css/base.css b/css/base.css index cfba1b9..2250432 100644 --- a/css/base.css +++ b/css/base.css @@ -293,40 +293,6 @@ a:hover { vertical-align: middle; } -/* ================================================================== - * 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 * ================================================================== */ -- cgit v1.2.1