From 0d71702b4811cf29dcc5b4627236b9b747d06c07 Mon Sep 17 00:00:00 2001 From: llamaiscool <86912683+llamaiscoollol@users.noreply.github.com> Date: Thu, 15 Jul 2021 17:48:34 +0200 Subject: Added website icon and small design change in WiFi details box (#45) * Added website icon and small design change in WiFi details box * Fixed few errors of previous pull * Fixed errors of previous pull --- src/components/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/components/style.css') diff --git a/src/components/style.css b/src/components/style.css index 5ce3d34..b874a57 100644 --- a/src/components/style.css +++ b/src/components/style.css @@ -65,3 +65,7 @@ button#rotate { top: 0; } } + +hr { + margin-top: 25px; +} -- cgit v1.2.3