diff --git a/index.html b/index.html index 6860c9b..4afad72 100644 --- a/index.html +++ b/index.html @@ -89,7 +89,17 @@ font-size: 14px; font-weight: 600; } - + .UrlInput { position: relative; } + .prefix-label { + position: absolute; + margin-top: 12px; + font-size: 13px; + margin-left: 7px; +} + #input-ARN{ + padding-left:40px; + width: 257px; + } button { background: #ffffff; height: 40px; @@ -311,7 +321,12 @@ @media screen and (max-width: 480px) { .campaign-page{ margin: 10px; - } + } #input-ARN{ + width: 284px; + } + .prefix-label { + margin-top: 10px; +} .side-banner{ margin-top: 10px; } @@ -1130,8 +1145,8 @@ input[type=number]::-webkit-outer-spin-button {
-