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:
-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;