summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--StoneIsland/www/css/blogs.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/StoneIsland/www/css/blogs.css b/StoneIsland/www/css/blogs.css
index f3552bc7..77304daa 100644
--- a/StoneIsland/www/css/blogs.css
+++ b/StoneIsland/www/css/blogs.css
@@ -155,12 +155,12 @@
}
#story img {
-box-sizing:border-box;
-width:calc(100vw + 150px);
-position:relative;
-left:-75px;
+ box-sizing:border-box;
+ width:calc(100vw + 150px);
+ position:relative;
+ left:-75px;
}
ul.links {
--webkit-padding-start: 0px!important
+ -webkit-padding-start: 0px!important
} \ No newline at end of file