From 64a7135353c811b4782cb89726cdf15cdb99ef26 Mon Sep 17 00:00:00 2001 From: Pedram Ashofteh Ardakani Date: Mon, 1 Jun 2020 02:16:56 +0430 Subject: Add supporting organizations * Used flex * Should we add the gobierno-canarias? --- css/base.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'css') diff --git a/css/base.css b/css/base.css index 936f801..7182319 100644 --- a/css/base.css +++ b/css/base.css @@ -264,6 +264,23 @@ 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; +} + /* ================================================================== * Page footer * ================================================================== */ -- cgit v1.2.1