Browse Source

Hide window margins

main
Luke Murphy 4 years ago
parent
commit
779d2a9c9f
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 2
      voicegardens/static/styles.css

2
voicegardens/static/styles.css

@ -3,6 +3,8 @@
html,
body {
height: 100%;
margin: 0px;
overflow: hidden;
}
body {

Loading…
Cancel
Save