aboutsummaryrefslogtreecommitdiff
path: root/css/base.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/base.css')
-rw-r--r--css/base.css17
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
* ================================================================== */