summaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2019-11-24 17:54:09 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2019-11-24 17:54:09 +0100
commit0416d731ad25bd58983a35f90d6166df22d03344 (patch)
tree3209b82dce4e0f1c91b125d271cfdc4cb421ff9d /static/css
parenta4ec78e321659f79337d68da4217c375cdd9e5c1 (diff)
downloadblog-0416d731ad25bd58983a35f90d6166df22d03344.tar.gz
blog-0416d731ad25bd58983a35f90d6166df22d03344.zip
Fix leftover margin
Diffstat (limited to 'static/css')
-rw-r--r--static/css/custom.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/custom.css b/static/css/custom.css
index 4cc2552..27f569e 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -112,6 +112,10 @@ footer {
margin-bottom: 2.5rem;
}
+.card-text p {
+ margin: 0;
+}
+
.card-link {
font-weight: bold;
}