From e8b93f7cca1d6b32bd863a7415203e852ae65978 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 23 Apr 2019 16:32:08 +0200 Subject: [PATCH] Improve print layout in code --- www/code/app-code.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/code/app-code.less b/www/code/app-code.less index cb1be214d..f6c3aa311 100644 --- a/www/code/app-code.less +++ b/www/code/app-code.less @@ -148,7 +148,7 @@ #cp-app-code-print { position: relative; display: none; - margin: 1em auto; + margin: 50px; .markdown_preformatted-code; .markdown_gfm-table(black); }