aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/style.css
diff options
context:
space:
mode:
authorllamaiscool <86912683+llamaiscoollol@users.noreply.github.com>2021-07-15 17:48:34 +0200
committerGitHub <noreply@github.com>2021-07-15 08:48:34 -0700
commit0d71702b4811cf29dcc5b4627236b9b747d06c07 (patch)
tree0439028930dbef2c9d1423f0c2fb17f5abf150a1 /src/components/style.css
parent9df3bbcb402cc35e2b2cd8aa2ec9d2b799e84e3e (diff)
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
Diffstat (limited to 'src/components/style.css')
-rw-r--r--src/components/style.css4
1 files changed, 4 insertions, 0 deletions
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 {
65 top: 0; 65 top: 0;
66 } 66 }
67} 67}
68
69hr {
70 margin-top: 25px;
71}