aboutsummaryrefslogtreecommitdiffstats
path: root/css/style.css
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-02-09 19:16:50 -0500
committerJesús <heckyel@hyperbola.info>2019-02-09 19:16:50 -0500
commit154794a3de600882b5f8b38017708715af7ff81b (patch)
tree94866eb87acd9949e48a7d0b66a6caca58e54032 /css/style.css
parent1bebf468c993dbb66ed870185e4e0c42fc03f5ad (diff)
downloadcl-theme-154794a3de600882b5f8b38017708715af7ff81b.tar.lz
cl-theme-154794a3de600882b5f8b38017708715af7ff81b.tar.xz
cl-theme-154794a3de600882b5f8b38017708715af7ff81b.zip
fix margin-bottom in social
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 94272ff..139da90 100644
--- a/css/style.css
+++ b/css/style.css
@@ -58,6 +58,10 @@ a.pagination-next.disabled {
color: white;
}
+.content.social{
+ margin-bottom: 0rem;
+}
+
.is-cyan {
color: #0dd3ff;
}