diff options
Diffstat (limited to '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 * ================================================================== */ |