diff --git a/tests/composefiles/aci-demo/web/static/images/dockercon-logo-2020.png b/tests/composefiles/aci-demo/web/static/images/dockercon-logo-2020.png new file mode 100644 index 000000000..836a686ba Binary files /dev/null and b/tests/composefiles/aci-demo/web/static/images/dockercon-logo-2020.png differ diff --git a/tests/composefiles/aci-demo/web/static/index.html b/tests/composefiles/aci-demo/web/static/index.html index 8462a6a40..281d455d9 100644 --- a/tests/composefiles/aci-demo/web/static/index.html +++ b/tests/composefiles/aci-demo/web/static/index.html @@ -7,6 +7,7 @@ +
diff --git a/tests/composefiles/aci-demo/web/static/style.css b/tests/composefiles/aci-demo/web/static/style.css index 188f7ebac..441d3fc21 100644 --- a/tests/composefiles/aci-demo/web/static/style.css +++ b/tests/composefiles/aci-demo/web/static/style.css @@ -22,8 +22,9 @@ body { background-color: #001f5b; } -.logo { - margin-top: 30px; +.logo img{ + margin: -50px 0; + width: 435px; } .footer { @@ -78,7 +79,7 @@ body { .result .word { display: inline-block; - font-family: 'Raleway', sans-serif; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 45px; color: white; line-height: 155px;