remove max-width on layout to allow more natural design in electron

This commit is contained in:
azivner 2017-10-23 19:03:29 -04:00
parent a5020719e4
commit b9de810c69

View file

@ -1,5 +1,4 @@
#container { #container {
max-width: 1100px;
margin: 0 auto; /* center */ margin: 0 auto; /* center */
height: 100vh; height: 100vh;