Skip to content

Commit 59472bb

Browse files
committed
Pixelperfect
1 parent 5486956 commit 59472bb

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

src/assets/css/_css/code.less

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
left: 0;
5454
}
5555
.intro-note {
56-
margin-top: 20px;
56+
margin-top: 43px;
5757
display: flex;
5858
strong {
5959
width: 50%;
@@ -77,10 +77,11 @@
7777
flex-direction: column;
7878
a {
7979
h3 {
80-
margin: 0 0 14px 0;
81-
border-left: 1px solid #B7B7B7;
82-
font-weight: bold;
83-
padding-left: 15px;
80+
margin: 0 0 15px 0;
81+
border-left: 1px solid #B7B7B7;
82+
font-weight: bold;
83+
padding-left: 15px;
84+
line-height: 28px;
8485
}
8586
}
8687
}

src/pages/code.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ export default ({ pageContext }: any) => {
136136
<div className="goto-section">
137137
<p>Go to</p>
138138
<div className="sections">
139+
<a href="#languages">
140+
<h3>Languages</h3>
141+
</a>
139142
<a href="#generic-tools">
140143
<h3>Tools</h3>
141144
</a>

0 commit comments

Comments
 (0)