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

gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2017-09-26 11:45:01 +0300
committerJustin Berthault <justin.berthault@zaclys.net>2017-09-26 11:45:01 +0300
commit3d5f973c9f730e3d3bb6d1343321a3a8f7826296 (patch)
treec48155ee0a2bdcc27a8539e729c581831a5f4375
parentf52f1b1dd7dd4f28d9ce2f62952feaadf997793d (diff)
Add padding-bottom to p tag
-rw-r--r--static/css/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 268e2b2..bd7b242 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -103,6 +103,9 @@ a:visited {
a:hover {
text-decoration: underline;
}
+p {
+ padding-bottom: .8rem;
+}
blockquote {
padding: 1px 15px;
border-left: 2px solid #8d7edc;