diff --git a/site/client_custom/scss/body/_body.scss b/site/client_custom/scss/body/_body.scss deleted file mode 100644 index 90f22258..00000000 --- a/site/client_custom/scss/body/_body.scss +++ /dev/null @@ -1,10 +0,0 @@ -body { - margin: 0; - padding: 0; - height: 100%; - word-wrap: break-word; - display: -webkit-flex; - display: flex; - -webkit-flex-direction: column; - flex-direction: column; -}