aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-05-01 11:35:36 +0100
committerGravatar Gareth Coles <[email protected]>2018-05-01 11:35:36 +0100
commite6f8ef7ef3029d58752f673cd50885ded9d168b6 (patch)
tree470177d342f1252cbdbf461d6c8e590e2ce3cfe9 /static
parentMake the nickname policy official (diff)
[Wiki] Fix image spacing
Diffstat (limited to 'static')
-rw-r--r--static/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index dc16f6d7..fabc8957 100644
--- a/static/style.css
+++ b/static/style.css
@@ -124,6 +124,10 @@ footer div.uk-section div.uk-text-center {
margin-bottom: 0;
}
+.document img {
+ margin-bottom: 20px;
+}
+
/* Styling for Partners page cards */
div#partner-cards div.uk-card-default {
margin-top: 2em;
@@ -133,4 +137,4 @@ div#partner-cards div.uk-card-default {
/* Resize navbar to correct proportions */
img.navbar-logo {
max-width: 110%;
-} \ No newline at end of file
+}