Skip to content

Commit

Permalink
Fix usage typo and comment out CSS width properties
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxodin committed Feb 22, 2024
1 parent 4489133 commit daaab57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.old.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Usefull css defaults


## Ussage
## Usage

```html
<link rel=stylesheet href="https://cdn.jsdelivr.net/gh/u1ui/norm.css/norm.min.css">
Expand Down
4 changes: 2 additions & 2 deletions base.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ hr {
}
video, audio, video, iframe {
width: 100%;
width:-moz-available;
width:-webkit-fill-available;
/*width:-moz-available;
width:-webkit-fill-available;*/
}
img, svg, canvas {
max-width: 100%;
Expand Down

0 comments on commit daaab57

Please sign in to comment.