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
diff options
context:
space:
mode:
authordiwao <nakapom@gmail.com>2018-02-20 14:19:44 +0300
committerdiwao <nakapom@gmail.com>2018-02-20 14:19:44 +0300
commit55db1aa5de8c59d8ca39006c772b4bf360e2552d (patch)
tree7eb1f019147a08370f55d356ea098909e6def662
parentd5b14a1033aff27fb036db40e8cd9641855f892d (diff)
横幅調整
-rw-r--r--src/scss/style.scss2
-rw-r--r--static/css/style.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/scss/style.scss b/src/scss/style.scss
index fef5f9a..edc42e1 100644
--- a/src/scss/style.scss
+++ b/src/scss/style.scss
@@ -28,7 +28,7 @@ a {
max-width: 1080px;
&.main--single {
- max-width: 620px;
+ max-width: 760px;
}
}
diff --git a/static/css/style.css b/static/css/style.css
index 166d5a8..ce8e7c3 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: 620px; }
+ max-width: 760px; }
.header {
margin-bottom: 3em;