From bbc7d99d41e85ac2c15ec31cf26079336068cfcc Mon Sep 17 00:00:00 2001 From: Kim <kim@suma-ev.de> Date: Mon, 17 Aug 2020 08:39:25 +0200 Subject: [PATCH] deleted redundant comments --- resources/less/metager/parts/story.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/less/metager/parts/story.less b/resources/less/metager/parts/story.less index 6b76a2bd1..159161cd9 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; } -- GitLab