diff --git a/server/static/css/main.css b/server/static/css/main.css index 3dfcf24..0e925c3 100644 --- a/server/static/css/main.css +++ b/server/static/css/main.css @@ -4,6 +4,21 @@ body * font-family: "Trebuchet MS", Helvetica, sans-serif; } +.banner { + display:flex; + justify-content: center; + align-items:center; + background-color: orange; + height: 20rem; + flex-direction: column; + margin-bottom: 10rem; +} + +.title { + margin: none; + color: blue; +} + .logins { height: 100px; width: 500px; diff --git a/server/template/devices.html b/server/template/devices.html index ec8f310..c43d8eb 100644 --- a/server/template/devices.html +++ b/server/template/devices.html @@ -2,9 +2,9 @@ {% block body%}