Skip to content

Commit 22e584a

Browse files
committed
small fix
1 parent 943ee16 commit 22e584a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ webassemblyの薄い本
1212
* [Get Started](https://ukyo.github.io/wasm-usui-book/webroot/get-started-webassembly.html)
1313
* [Binery Format](https://ukyo.github.io/wasm-usui-book/webroot/binary-format.html)
1414
* [Text Format](https://ukyo.github.io/wasm-usui-book/webroot/text-format.html)
15-
* [JavaScript APIs](https://ukyo.github.io/wasm-usui-book/webroot/javascript-api.html)

style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ x:p:h1:h2:h3 = 12px:14px:16px:24px:30px
1111
*/
1212
* {
1313
}
14+
html, body {
15+
min-height: 100vh;
16+
display: flex;
17+
}
1418
body {
1519
margin: 0;
1620
padding: 0;
@@ -521,4 +525,4 @@ code.tt {
521525
font-size: 0.8em;
522526
padding: 0 0.4em;
523527
margin: 0 0.1em;
524-
}
528+
}

webroot/style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ x:p:h1:h2:h3 = 12px:14px:16px:24px:30px
1111
*/
1212
* {
1313
}
14+
html, body {
15+
min-height: 100vh;
16+
display: flex;
17+
}
1418
body {
1519
margin: 0;
1620
padding: 0;
@@ -521,4 +525,4 @@ code.tt {
521525
font-size: 0.8em;
522526
padding: 0 0.4em;
523527
margin: 0 0.1em;
524-
}
528+
}

0 commit comments

Comments
 (0)