We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9558a49 commit 2b554d6Copy full SHA for 2b554d6
sass/pages/_content.scss
@@ -3,14 +3,15 @@ $content-font-size: 1.22rem;
3
width: 100%;
4
font-size: $content-font-size;
5
font-weight: 400;
6
- line-height: $content-font-size * 1.43;
+ line-height: 1.43;
7
color: #d2d2d2;
8
font-style: normal;
9
text-decoration: none;
10
word-break: break-word;
11
12
h2 {
13
- margin-top: 3.0rem;
+ margin-top: 2.2rem;
14
+ margin-bottom: 0.5rem;
15
font-size: 2.2rem;
16
17
code {
sass/pages/_news.scss
@@ -40,7 +40,7 @@
40
}
41
42
.release-feature-authors {
43
- margin-top: -1.0rem !important;
+ margin-top: -0.5rem !important;
44
font-style: italic;
45
color: $subtitle-color;
46
0 commit comments