diff options
Diffstat (limited to 'ogcp/static/css/soleta.css')
-rw-r--r-- | ogcp/static/css/soleta.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ogcp/static/css/soleta.css b/ogcp/static/css/soleta.css index d9a775b..d748f5b 100644 --- a/ogcp/static/css/soleta.css +++ b/ogcp/static/css/soleta.css @@ -1,3 +1,8 @@ .state--opg { background-color: rgb(252, 222, 66); } + +html, body { + width: 100%; + height: 100% !important; +} |