diff --git a/resources/less/metager/parts/story.less b/resources/less/metager/parts/story.less
index 6b76a2bd1ff32c7d7b0833cd55511cf1ae5e3699..159161cd93f919c90021a42b77844483b3cfc618 100644
--- a/resources/less/metager/parts/story.less
+++ b/resources/less/metager/parts/story.less
@@ -147,10 +147,10 @@ footer {
 #story-eco > h1 {
     color:#1a922e;
 }
-#story-container #story-plugin > h1 { // changes the font size for the section 'story-plugin'
+#story-container #story-plugin > h1 { 
     font-size:60px;
 }
-#story-container #story-plugin { // changes the min-height for the section 'story-plugin'
+#story-container #story-plugin { 
     min-height: 60vh;
 }