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:
authorSam Robbins <samrobbinsgb@gmail.com>2020-06-29 11:49:59 +0300
committerSam Robbins <samrobbinsgb@gmail.com>2020-06-29 11:49:59 +0300
commit54ca3f6e2ee1ebe88bcf6d44b3794d9cea7e85bd (patch)
tree172d4ea9d5d29ed3fa6ec0dc1bc9919eb049402f
parentba5202adb51f49af4a276efa19ffe3ad2a5c30c0 (diff)
Fix layout on desktop
-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>