Slightly shortened CSS rules

master
Keith Irwin 2017-08-07 18:08:29 -04:00
parent e82e6ec5bd
commit 622936b3b0
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 1 additions and 5 deletions

View File

@ -28,17 +28,13 @@
<!-- Styles -->
<style>
body {
body, main {
margin: 0;
height: 100vh;
width: 100vw;
background: #000;
color: #EEE;
}
main {
width: 100vw;
height: 100vh;
}
</style>
</head>