Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit 832430a

Browse files
authored
[FIX] README height unit
1 parent ecd3307 commit 832430a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ npm install myscript-math-web
9292
```html
9393
<style>
9494
myscript-math-web {
95-
height: 100vw;
95+
height: 100vh;
9696
}
9797
</style>
9898
```
@@ -115,7 +115,7 @@ npm install myscript-math-web
115115
<script src="node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
116116
<style>
117117
myscript-math-web {
118-
height: 100vw;
118+
height: 100vh;
119119
}
120120
</style>
121121
</head>

0 commit comments

Comments
 (0)