diff --git a/wiki/public/scss/edit_wiki.scss b/wiki/public/scss/edit_wiki.scss index f4cee3fa..bc598875 100644 --- a/wiki/public/scss/edit_wiki.scss +++ b/wiki/public/scss/edit_wiki.scss @@ -71,10 +71,6 @@ $font-sizes-mobile: ( line-height: 1.7; max-width: calc(100vw - 6rem); - > :first-child { - margin-bottom: 0 !important; - } - a:not(.dropdown-item, .btn) { color: var(--text-color); text-decoration: underline; @@ -170,13 +166,13 @@ $font-sizes-mobile: ( // for byline & + p { - margin-top: 1.5rem !important; + margin-top: 1rem !important; line-height: 1.4; } } & > p { - margin-top: 1.5rem !important; + margin-top: 1rem !important; } h2 { @@ -202,7 +198,7 @@ $font-sizes-mobile: ( h4 { font-size: map-get($font-sizes-mobile, "lg"); line-height: 1.56; - margin-top: 1rem !important; + margin-top: 1.25rem !important; } h5:not(.modal-title) { diff --git a/wiki/public/scss/wiki.scss b/wiki/public/scss/wiki.scss index a891409b..9c2a9725 100644 --- a/wiki/public/scss/wiki.scss +++ b/wiki/public/scss/wiki.scss @@ -715,6 +715,14 @@ body.dark { text-align: left; } + h4 { + font-size: 15px; + font-weight: 600; + line-height: 16px; + letter-spacing: 0.02em; + text-align: left; + } + a.btn-primary-light { background-color: var(--btn-secondary-color) !important; } @@ -722,6 +730,18 @@ body.dark { ul[data-type="taskList"] input { margin-top: 0; } + + li { + font-size: 14px; + font-weight: 420; + line-height: 21px; + letter-spacing: 0.02em; + text-align: left; + + &::marker { + font-size: 14px; + } + } } @include media-breakpoint-down(md) {