diff options
author | Pedram Ashofteh Ardakani <pedramardakani@pm.me> | 2020-06-01 02:16:56 +0430 |
---|---|---|
committer | Pedram Ashofteh Ardakani <pedramardakani@pm.me> | 2020-06-01 02:16:56 +0430 |
commit | 64a7135353c811b4782cb89726cdf15cdb99ef26 (patch) | |
tree | 5fd9ce3d875e4645de12427080c425c786ca4127 /css/base.css | |
parent | 20024e24fb5eedafa77330e5ef6e6948c01277cb (diff) |
Add supporting organizations
* Used flex
* Should we add the gobierno-canarias?
Diffstat (limited to 'css/base.css')
-rw-r--r-- | css/base.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/css/base.css b/css/base.css index 936f801..7182319 100644 --- a/css/base.css +++ b/css/base.css @@ -265,6 +265,23 @@ 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; +} + +/* ================================================================== * Page footer * ================================================================== */ |