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

github.com/jesselau76/hugo-w3-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjesselau76 <jesselau76@gmail.com>2018-11-14 01:20:32 +0300
committerjesselau76 <jesselau76@gmail.com>2018-11-14 01:20:32 +0300
commit3bd9af9823625a922209c55e0946947725c405e8 (patch)
tree25a8b5a20728e8ca4915bebd9853818161d673fd
parent9d2564f0710040616a821404903f03cb5eec88c1 (diff)
blockquote increase line height
-rw-r--r--static/css/style.css4
1 files changed, 1 insertions, 3 deletions
diff --git a/static/css/style.css b/static/css/style.css
index b9238c6..0471c5e 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -62,6 +62,7 @@ blockquote {
margin: 20px 0 30px;
border-left: #2EA3F2 5px solid;
padding-left: 20px;
+ line-height: 2em;
}
blockquote p {
padding-bottom: 0px;
@@ -205,9 +206,6 @@ em {
}
/* pagination */
-.center {
- text-align: center;
-}
.pagination {
display: inline-block;