diff --git a/Apps/hsbc-demo/index.html b/Apps/hsbc-demo/index.html index 24e4695..8d16711 100644 --- a/Apps/hsbc-demo/index.html +++ b/Apps/hsbc-demo/index.html @@ -24,6 +24,8 @@ object-fit: contain; /* Maintains the aspect ratio (aspect fit) */ display: block; /* Centers the logo if it’s inside a flex container */ margin: 0 auto; /* Centers the logo horizontally */ + margin-bottom: 20px; + margin-top: auto; /* Allows logo to adjust its position */ } .app-title {