summaryrefslogtreecommitdiffstats
path: root/pelican-themes/gum/static/style.css
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-09-28 15:01:11 +0200
committermakefu <github@syntax-fehler.de>2017-09-28 15:01:11 +0200
commit412f49bc8742b1995c16601173acb62414b509ee (patch)
treef24338dcce8dadcd990b73aa932a99d1a57812c7 /pelican-themes/gum/static/style.css
parentdfd08db53909d39cd6bb1610a292cd967e53efe0 (diff)
add gum theme
Diffstat (limited to 'pelican-themes/gum/static/style.css')
-rw-r--r--pelican-themes/gum/static/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/pelican-themes/gum/static/style.css b/pelican-themes/gum/static/style.css
index 32d2fec..57442a9 100644
--- a/pelican-themes/gum/static/style.css
+++ b/pelican-themes/gum/static/style.css
@@ -199,3 +199,10 @@ a:focus { color: #34495E; }
@media only screen and (max-width: 600px) {
#banner h1 a {font-size:22px!important; line-height:24px;}
}
+
+/* fix centered images */
+.align-center {
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+}