diff --git a/frontend/fullstack_ui/css/style.css b/frontend/fullstack_ui/css/style.css index e6dadcc..ef6a523 100644 --- a/frontend/fullstack_ui/css/style.css +++ b/frontend/fullstack_ui/css/style.css @@ -113,6 +113,11 @@ footer span, footer a { overflow: auto; } +#app-image { + display: flex; + width: 90%; +} + #app-footer { position: fixed; bottom: 45px;