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

github.com/diwao/hestia-pure.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authordiwao <nakapom@gmail.com>2018-02-20 07:57:46 +0300
committerdiwao <nakapom@gmail.com>2018-02-20 07:57:46 +0300
commit61b807916e9e01425d19b14e4e30f8255e82500f (patch)
tree6799eaf245ab6b4ae3924b2e3033e4bca71d647d /static
parent624fbcada7048ab637dff248aca36bb0431ae775 (diff)
記事の横幅など調整
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 88448cb..166d5a8 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -23,7 +23,7 @@ a {
margin: 0 auto;
max-width: 1080px; }
.main.main--single {
- max-width: 760px; }
+ max-width: 620px; }
.header {
margin-bottom: 3em;
@@ -143,6 +143,14 @@ a {
.post-nav {
padding: 0 5%; }
+.post {
+ color: #444; }
+ .post__title {
+ font-size: 1.6em; }
+ .post__date {
+ color: #c2c6cc;
+ text-align: right; }
+
.post-content {
margin-bottom: 3em; }
.post-content img {
@@ -151,7 +159,8 @@ a {
margin: 2em auto 3em;
max-width: 100%; }
.post-content p {
- line-height: 1.8; }
+ line-height: 2;
+ margin-bottom: 1.5em; }
.post-content h2,
.post-content h3,
.post-content h4 {