diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2019-11-24 19:56:30 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2019-11-24 19:56:30 +0100 |
| commit | 7e50be6d9947b90dd212a23ba7a37ca8957c156b (patch) | |
| tree | 8315d1c40017b15986e35b197a958094908f9e32 /static | |
| parent | 982c7a3077905ace62169102f68603e541187d9d (diff) | |
| download | blog-7e50be6d9947b90dd212a23ba7a37ca8957c156b.tar.gz blog-7e50be6d9947b90dd212a23ba7a37ca8957c156b.zip | |
Fix project card footer on mobile
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 27f569e..0b7a19c 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -116,6 +116,10 @@ footer { margin: 0; } +.card-actions { + min-height: 2rem; +} + .card-link { font-weight: bold; } |
