diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 78a00706..fd182b03 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; @@ -146,4 +150,4 @@ div.payment-icon img {  div.payment-icon {      margin-right: 1em; -}
\ No newline at end of file +}  |