Skip to content

Commit c76af8f

Browse files
committed
fix docs width on mobile
1 parent 34739a0 commit c76af8f

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ author: Shawn McKay
99
description: > # "Free interactive coding tutorials inside of the Atom editor. Build your own tutorials
1010
using the coderoad-cli and tools developers already know: markdown and unit tests.
1111
atomVersion: 0.4.21
12-
cliVersion: 0.3.20
12+
cliVersion: 0.3.23
1313
video: DbLpdgrYVOU
1414

1515
# ----------------------- #

css/docs.css

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,14 @@
77
@viewport {
88
width: device-width
99
}
10-
body {
11-
width: 100%;
12-
height: 100%;
10+
#docs {
1311
position: relative;
1412
}
1513
.navbar {
1614
margin-bottom: 0;
1715
}
18-
#content:focus {
19-
outline: 0
20-
}
2116
.bs-docs-sidebar.affix {
22-
position: static
17+
position: static;
2318
}
2419
@media (min-width:768px) {
2520
.bs-docs-sidebar {

css/docs.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)