diff options
| author | s1n <[email protected]> | 2019-11-04 22:16:57 -0800 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-11-04 22:16:57 -0800 |
| commit | b7f50d98839418952761ec5fa45ae802165ee4c6 (patch) | |
| tree | 7aed4d29467bbd54a2fdfa029d3773c5dd882f27 | |
| parent | removeloader (diff) | |
| download | s1n.pw-admin-b7f50d98839418952761ec5fa45ae802165ee4c6.tar.xz s1n.pw-admin-b7f50d98839418952761ec5fa45ae802165ee4c6.zip | |
make im look nice on mobile
| -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> |