From 8e8992c4fa3889b522dd9f9c22ce32317e997e9d Mon Sep 17 00:00:00 2001 From: Dominika Date: Thu, 13 Jan 2022 15:55:55 +0100 Subject: [PATCH] * separate traceroute from WHOIS for better visibility --- templates/index.t | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/index.t b/templates/index.t index 88f09f1..820f6a4 100644 --- a/templates/index.t +++ b/templates/index.t @@ -40,6 +40,9 @@ .data, .traceroute { width: 768px; } + .traceroute { + margin-top: 16px; + } .guess, .next { background-color: #444; display: block;