diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2019-11-24 17:54:09 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2019-11-24 17:54:09 +0100 |
| commit | 0416d731ad25bd58983a35f90d6166df22d03344 (patch) | |
| tree | 3209b82dce4e0f1c91b125d271cfdc4cb421ff9d /static | |
| parent | a4ec78e321659f79337d68da4217c375cdd9e5c1 (diff) | |
| download | blog-0416d731ad25bd58983a35f90d6166df22d03344.tar.gz blog-0416d731ad25bd58983a35f90d6166df22d03344.zip | |
Fix leftover margin
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/custom.css | 4 |
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; } |
