From d785dc7f1a69dc736f2f7bc124e096c8e862bc35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= <postmaster@greg0ire.fr> Date: Tue, 20 Mar 2018 11:37:01 +0100 Subject: [PATCH] Regroup CSS rules --- hello.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hello.css b/hello.css index 5cc10fc..a0a9d71 100644 --- a/hello.css +++ b/hello.css @@ -4,6 +4,7 @@ .reveal pre code { max-height: none; + padding: 20px; } .reveal section img { @@ -29,10 +30,6 @@ line-height: 2em; } -.reveal pre code { - padding: 20px; -} - .reveal .no-img-marge img { margin: 0; } -- GitLab