diff --git a/dist/index.html b/dist/index.html index 1adfaed..293b756 100644 --- a/dist/index.html +++ b/dist/index.html @@ -327,6 +327,18 @@ } } + @media (max-width: 1300px) { + #title { + margin-left: 10% !important; + font-size: 1.2em; + } + + .notification { + left: 25%; + right: 25%; + } + } + @media (max-width: 624px) { #infoPanel { position: absolute; diff --git a/index.html b/index.html index a043574..e8a2af6 100644 --- a/index.html +++ b/index.html @@ -327,6 +327,18 @@ } } + @media (max-width: 1300px) { + #title { + margin-left: 10% !important; + font-size: 1.2em; + } + + .notification { + left: 25%; + right: 25%; + } + } + @media (max-width: 624px) { #infoPanel { position: absolute;