diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2019-11-24 17:48:45 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2019-11-24 17:48:45 +0100 |
| commit | a4ec78e321659f79337d68da4217c375cdd9e5c1 (patch) | |
| tree | 56a02206b70c30ec073445bf1c28dc0dbf1399b6 | |
| parent | 7df4d96d3fe9e361d8c2948611987de7662f1e2a (diff) | |
| download | blog-a4ec78e321659f79337d68da4217c375cdd9e5c1.tar.gz blog-a4ec78e321659f79337d68da4217c375cdd9e5c1.zip | |
Fix CSS on mobile
| -rw-r--r-- | static/css/custom.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/css/custom.css b/static/css/custom.css index ba25f7b..4cc2552 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -109,6 +109,7 @@ footer { } .card-text { + margin-bottom: 2.5rem; } .card-link { @@ -117,6 +118,7 @@ footer { .menu-container { text-align: center; + margin-bottom: 1rem; } .button { |
