diff --git a/labapp/app/app.py b/labapp/app/app.py index 8c9c7e6..234736c 100644 --- a/labapp/app/app.py +++ b/labapp/app/app.py @@ -298,7 +298,7 @@ def ex_test2(): @app.route('/_lb1') def lb_aws(): - """Azure LB test""" + """AWS LB test""" try: ns = get_eph_ns() if not ns: diff --git a/labapp/app/static/custom.css b/labapp/app/static/custom.css index ed25e3a..051cf87 100644 --- a/labapp/app/static/custom.css +++ b/labapp/app/static/custom.css @@ -52,10 +52,12 @@ main { border-radius: .8em; filter: brightness(110%) contrast(80%); filter: blur(.1px); + max-width: 75%; } .lab-header-clear { border-radius: .8em; + max-width: 75%; } /* Testing */