summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/aspect-ratio.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/aspect-ratio.html b/examples/aspect-ratio.html
index 4b40419..3c60a30 100644
--- a/examples/aspect-ratio.html
+++ b/examples/aspect-ratio.html
@@ -6,7 +6,7 @@
<style>
* {
- box-sizing: border-box;
+ box-sizing: border-box;
}
div {
@@ -93,4 +93,4 @@
resetbtn.onclick = reset;
</script>
</body>
-</html> \ No newline at end of file
+</html>