summaryrefslogtreecommitdiffstats
path: root/pelican-themes/gum/static/style.css
diff options
context:
space:
mode:
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;
+}