diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-06-22 10:10:38 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-06-23 14:11:07 +0200 |
commit | b44ba889595002e7e902e01e2f6aa8006255c411 (patch) | |
tree | 8b84f547701702fddad181f36f5644da22616827 /scss/custom.scss | |
parent | 2f6edc5c331bc12a0b435ca01f3d1534dd6311d3 (diff) | |
download | Ishtar-b44ba889595002e7e902e01e2f6aa8006255c411.tar.bz2 Ishtar-b44ba889595002e7e902e01e2f6aa8006255c411.zip |
📝 update architecture graph - fix migration instruction
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 22 |
1 files changed, 20 insertions, 2 deletions
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; |