Skip to content

Commit

Permalink
Added responsive properties
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinleguillou committed Jan 10, 2021
1 parent 91de763 commit 7e3a710
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8">
<title>Displacement Cities</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script async src="dist/bundle.js"></script>
<style>
html, body{ height: 100%; margin: 0; padding: 0; }
Expand Down

0 comments on commit 7e3a710

Please sign in to comment.