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

github.com/samrobbins85/hugo-developer-portfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/_default/single.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index e67b0bc..743357a 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -58,7 +58,8 @@
.content img{width:60%}}
.content{
- width: 90vw;
+ width: 90vw;
+ max-width: 1200px
}
</style>