breaks lines at word for firefox

This commit is contained in:
Ashley Blewer 2017-10-18 16:25:56 -04:00
parent 48a51a6f6a
commit b0f2b62767

View File

@ -5,6 +5,7 @@ html, body {
background-color: #060606;
margin: 0;
word-break: break-word;
word-break: break-all;
}
.grid {