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

Commit da6eb76

Browse files
RomainCscnbenoit.fonty
authored andcommitted
[FIX] README height unit
1 parent 5537fb5 commit da6eb76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ npm install myscript-text-web
8989
```html
9090
<style>
9191
myscript-text-web {
92-
height: 100vw;
92+
height: 100vh;
9393
}
9494
</style>
9595
```
@@ -112,7 +112,7 @@ npm install myscript-text-web
112112
<script src="node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
113113
<style>
114114
myscript-text-web {
115-
height: 100vw;
115+
height: 100vh;
116116
}
117117
</style>
118118
</head>

0 commit comments

Comments
 (0)