From b44ba889595002e7e902e01e2f6aa8006255c411 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 22 Jun 2023 10:10:38 +0200 Subject: 📝 update architecture graph - fix migration instruction MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scss/custom.scss | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'scss') diff --git a/scss/custom.scss b/scss/custom.scss index 95846e89f..fcabbb71b 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -686,9 +686,27 @@ div#validation-bar{ } .container.changelog{ - h2 { + padding-left: 170px; + h1 .fa, .version .date { + display: inline-block; + width: 150px; + text-align: right; + margin-right: 20px; + color: $gray-600; + } + h1 { + padding-bottom: 2rem; + margin-left: -170px; + } + .version { padding-top: 2rem; - font-size: 1.8em; + font-size: 1.2em; + margin-left: -170px; + margin-bottom: 20px; + .detail-version { + font-size: 1.4em; + font-weight: bold; + } } h3 { color: $gray-600; -- cgit v1.2.3