Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc76af8f

Browse files
committed
fix docs width on mobile
1 parent34739a0 commitc76af8f

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 aboutcustomizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp