diff --git a/client/tailwind.css b/client/tailwind.css index fd8c93e9..c35d566b 100644 --- a/client/tailwind.css +++ b/client/tailwind.css @@ -2,11 +2,15 @@ @tailwind components; @tailwind utilities; -*, *::before, *::after { +*, +*::before, +*::after { box-sizing: border-box; } -html, body, #app { +html, +body, +#app { height: 100%; } @@ -81,7 +85,8 @@ svg { } .filter-blue-900 { - filter: invert(9%) sepia(38%) saturate(5684%) hue-rotate(200deg) brightness(95%) contrast(105%); + filter: invert(9%) sepia(38%) saturate(5684%) hue-rotate(200deg) brightness(95%) + contrast(105%); } }