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-28 23:00:33 +0300
committerSam Robbins <samrobbinsgb@gmail.com>2020-06-28 23:00:33 +0300
commitba5202adb51f49af4a276efa19ffe3ad2a5c30c0 (patch)
tree1d70473363f9d8b822f9ac08236555a6a4c27c5b
parentfb61c1150a0748875a48f75e61e188e6c4f790c9 (diff)
Fix width issue
-rw-r--r--layouts/_default/single.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 3cbaedf..e67b0bc 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -56,6 +56,10 @@
@media only screen and (min-width: 960px) {
.content img{width:60%}}
+
+ .content{
+ width: 90vw;
+ }
</style>