From d22c4a6d687c64ddfe31b8fbbf129dd57574cbf2 Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 9 Jul 2021 18:33:14 +0530 Subject: [PATCH] extra styles for support page enhancements --- www/support/app-support.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www/support/app-support.less b/www/support/app-support.less index 3d3066bcc..d4719956c 100644 --- a/www/support/app-support.less +++ b/www/support/app-support.less @@ -34,6 +34,11 @@ color: @cryptpad_color_link; text-decoration: underline; } + .alert-info { + font-size: 16px; + margin-top: 15px; + margin-bottom: 15px; + } // add some whitespace to improve readability a bit br { margin: 5px;