Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorAngelo Stavrow <angelo@fogcreek.com>2018-10-05 14:02:53 +0300
committerAngelo Stavrow <angelo@fogcreek.com>2018-10-05 14:02:53 +0300
commit26912959ffbe844333ceaceb7a4c7af216149828 (patch)
tree60aae5b4a27f064b117ddfa94e54a064f08701d8 /static
parentfb2984079a942aba751778d3ab393ab457f5e2c2 (diff)
Add space on top and bottom of bio card
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 278d501..9e359b6 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -235,7 +235,7 @@ p.list-post-date {
div.h-card {
box-shadow: 0 5px 5px #ccc;
- margin: 1em auto;
+ margin: 100px auto;
min-height: 150px;
padding: 25px;
width: 90%