File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,3 @@ webassemblyの薄い本
12
12
* [ Get Started] ( https://ukyo.github.io/wasm-usui-book/webroot/get-started-webassembly.html )
13
13
* [ Binery Format] ( https://ukyo.github.io/wasm-usui-book/webroot/binary-format.html )
14
14
* [ 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 )
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ x:p:h1:h2:h3 = 12px:14px:16px:24px:30px
11
11
*/
12
12
* {
13
13
}
14
+ html , body {
15
+ min-height : 100vh ;
16
+ display : flex;
17
+ }
14
18
body {
15
19
margin : 0 ;
16
20
padding : 0 ;
@@ -521,4 +525,4 @@ code.tt {
521
525
font-size : 0.8em ;
522
526
padding : 0 0.4em ;
523
527
margin : 0 0.1em ;
524
- }
528
+ }
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ x:p:h1:h2:h3 = 12px:14px:16px:24px:30px
11
11
*/
12
12
* {
13
13
}
14
+ html , body {
15
+ min-height : 100vh ;
16
+ display : flex;
17
+ }
14
18
body {
15
19
margin : 0 ;
16
20
padding : 0 ;
@@ -521,4 +525,4 @@ code.tt {
521
525
font-size : 0.8em ;
522
526
padding : 0 0.4em ;
523
527
margin : 0 0.1em ;
524
- }
528
+ }
You can’t perform that action at this time.
0 commit comments