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

github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvvveiii <cntrump@gmail.com>2021-02-06 17:26:26 +0300
committervvveiii <cntrump@gmail.com>2021-02-06 17:26:26 +0300
commitf26021c85f973296fa3ed094bb3d638d586c069e (patch)
treec9a4ab6939e69b33230f3a0d9f6408113f38ca40
parentd67c1e8512d515cdde14184f507776793135be66 (diff)
update max-width to 1012px
-rw-r--r--assets/css/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 620491b..b41876f 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -247,7 +247,7 @@ b {
#content {
display: block;
margin: 0 auto;
- max-width: 720px;
+ max-width: 1012px;
}
#footer {
@@ -733,7 +733,7 @@ b {
padding-right: 15px;
}
-@media (max-width: 720px) {
+@media (max-width: 1012px) {
.note.list .item,
.article-container {
border-radius: 0;