diff --git a/webui/src/common/styles/main.sass b/webui/src/common/styles/main.sass index 3929848..e1c88f3 100644 --- a/webui/src/common/styles/main.sass +++ b/webui/src/common/styles/main.sass @@ -6,6 +6,7 @@ body, html padding: 0 background-color: #000 height: 100% + font-family: 'Inter', sans-serif #root height: 100% @@ -14,4 +15,5 @@ body, html position: absolute top: 0 left: 0 - height: 100% \ No newline at end of file + height: 100% + width: 100% \ No newline at end of file