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 5486956 commit 59472bbCopy full SHA for 59472bb
src/assets/css/_css/code.less
@@ -53,7 +53,7 @@
53
left: 0;
54
}
55
.intro-note {
56
- margin-top: 20px;
+ margin-top: 43px;
57
display: flex;
58
strong {
59
width: 50%;
@@ -77,10 +77,11 @@
77
flex-direction: column;
78
a {
79
h3 {
80
- margin: 0 0 14px 0;
81
- border-left: 1px solid #B7B7B7;
82
- font-weight: bold;
83
- padding-left: 15px;
+ margin: 0 0 15px 0;
+ border-left: 1px solid #B7B7B7;
+ font-weight: bold;
+ padding-left: 15px;
84
+ line-height: 28px;
85
86
87
src/pages/code.tsx
@@ -136,6 +136,9 @@ export default ({ pageContext }: any) => {
136
<div className="goto-section">
137
<p>Go to</p>
138
<div className="sections">
139
+ <a href="#languages">
140
+ <h3>Languages</h3>
141
+ </a>
142
<a href="#generic-tools">
143
<h3>Tools</h3>
144
</a>
0 commit comments