Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinamstutz committed Aug 18, 2021
1 parent f6e210e commit aa2cd3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/css/iframe.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
iframe {
width: 100%;
height: 792px;
margin: 1.4rem 0 0;
}
width: 100%;
height: 792px;
margin: 1.4rem 0 0;
}
2 changes: 1 addition & 1 deletion src/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
@import "print.css";
@import "search.css";
@import "admonitions.css";
@import "iframe.css";
@import "iframe.css";

0 comments on commit aa2cd3f

Please sign in to comment.