aboutsummaryrefslogtreecommitdiff
path: root/website/resources/css/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'website/resources/css/custom.css')
-rw-r--r--website/resources/css/custom.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/website/resources/css/custom.css b/website/resources/css/custom.css
index 795b155c..e5bb720e 100644
--- a/website/resources/css/custom.css
+++ b/website/resources/css/custom.css
@@ -7,6 +7,29 @@
margin-bottom: 40px;
}
+.supporterBar .introText {
+ margin-top: 16px;
+}
+
+.barItem {
+ margin: 16px;
+ max-width: 168px;
+}
+
+.barItem img {
+ width: 100%;
+}
+
+.supportItem, .barItem {
+ display: inline-block;
+}
+
+.supporterBar {
+ width: 100%;
+ margin-left: auto;
+ margin-right: auto;
+}
+
.errorBox {
border: 1px dashed #F44;
font-size: 1.2em;