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 02d0c09 commit d54a765Copy full SHA for d54a765
docs/style.css
@@ -126,13 +126,14 @@ body {
126
127
#header {
128
width: 100%;
129
- height: 44px;
+ height: 48px;
130
border-right: none;
131
+ border-bottom: 1px solid #14161a;
132
}
133
134
#header h1 {
135
background-size: 24px;
- background-position: 8px 10px;
136
+ background-position: 8px 11px;
137
font-size: 32px;
138
margin: 0;
139
padding: 0;
@@ -174,7 +175,7 @@ body {
174
175
176
177
#content {
- margin-top: 52px;
178
+ margin-top: 54px;
179
180
181
pre.highlight code {
0 commit comments