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/src
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 /src
parent624fbcada7048ab637dff248aca36bb0431ae775 (diff)
記事の横幅など調整
Diffstat (limited to 'src')
-rw-r--r--src/scss/modules/_single.scss23
-rw-r--r--src/scss/style.scss2
2 files changed, 23 insertions, 2 deletions
diff --git a/src/scss/modules/_single.scss b/src/scss/modules/_single.scss
index 43132ef..d26c26d 100644
--- a/src/scss/modules/_single.scss
+++ b/src/scss/modules/_single.scss
@@ -6,6 +6,26 @@
padding: 0 5%;
}
+.post {
+ color: #444;
+
+ // &__catch {
+ // border: 1px solid #eee;
+ // display: block;
+ // margin-bottom: 10px;
+ // width: 100%;
+ // }
+
+ &__title {
+ font-size: 1.6em;
+ }
+
+ &__date {
+ color: #c2c6cc;
+ text-align: right;
+ }
+}
+
.post-content {
margin-bottom: 3em;
@@ -17,7 +37,8 @@
}
p {
- line-height: 1.8;
+ line-height: 2;
+ margin-bottom: 1.5em;
// word-wrap: break-word;
}
diff --git a/src/scss/style.scss b/src/scss/style.scss
index edc42e1..fef5f9a 100644
--- a/src/scss/style.scss
+++ b/src/scss/style.scss
@@ -28,7 +28,7 @@ a {
max-width: 1080px;
&.main--single {
- max-width: 760px;
+ max-width: 620px;
}
}