diff options
Diffstat (limited to 'ip-detection')
| -rw-r--r-- | ip-detection/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ip-detection/index.html b/ip-detection/index.html index a5f4f0f..e50614c 100644 --- a/ip-detection/index.html +++ b/ip-detection/index.html @@ -58,6 +58,14 @@ <div style="text-align: center;">Location: <span class="result" id="address"></span></div> <hr/><h3 style="text-align: center;">Full Response:</h3> <pre class="result" id="details" style="text-align: left;"></pre> + <style> + @media (max-width: 768px) { + .content { + font-size: 10px; + } + } + </style> + <br> <h1> <!-- Filler --> </h1> |