Skip to content

Commit d54a765

Browse files
committed
Tweak docs header on small viewports
1 parent 02d0c09 commit d54a765

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/style.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,14 @@ body {
126126

127127
#header {
128128
width: 100%;
129-
height: 44px;
129+
height: 48px;
130130
border-right: none;
131+
border-bottom: 1px solid #14161a;
131132
}
132133

133134
#header h1 {
134135
background-size: 24px;
135-
background-position: 8px 10px;
136+
background-position: 8px 11px;
136137
font-size: 32px;
137138
margin: 0;
138139
padding: 0;
@@ -174,7 +175,7 @@ body {
174175
}
175176

176177
#content {
177-
margin-top: 52px;
178+
margin-top: 54px;
178179
}
179180

180181
pre.highlight code {

0 commit comments

Comments
 (0)