diff --git a/index.html b/index.html index a1dbde8..cb88f17 100644 --- a/index.html +++ b/index.html @@ -318,6 +318,11 @@ .logo-image { display: none; } + .text-container.first { + width: calc(100% - 40px); + margin-left: 0; + margin-right: 0; + } }