summaryrefslogtreecommitdiffstats
path: root/css/content.css
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-08-31 16:11:51 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-08-31 16:11:51 +0200
commite7844bb0787df402eb60b727b1174620fd33916e (patch)
treec496c76bcfd28ebc9c2b8836da175862216c7635 /css/content.css
parent1a4ab11b3216498678e23e79e670dceccc521fb4 (diff)
fix #845
Diffstat (limited to 'css/content.css')
-rw-r--r--css/content.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/css/content.css b/css/content.css
index 43c472a08..455fc111d 100644
--- a/css/content.css
+++ b/css/content.css
@@ -340,7 +340,7 @@
#app-content .heading h1 {
font-size: 19px;
- margin-right: 182px;
+ max-width: 770px;
word-wrap: break-word;
}
@@ -356,6 +356,7 @@
float: right;
display: inline-block;
font-size: 15px;
+ padding: 0 10px;
}
#app-content .read .heading a {
@@ -389,7 +390,7 @@
#app-content .subtitle {
color: #aaa;
font-size: 15px;
- width: 100%;
+ max-width: 770px;
padding-bottom: 25px;
}