From ec8eabb1599bd2375e3d7ea0c5dea6818d7fdff5 Mon Sep 17 00:00:00 2001 From: Leo Herzog Date: Tue, 10 Nov 2020 13:02:20 -0500 Subject: [PATCH] Move Source Icon to Logo --- index.html | 4 ++-- style.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 4fc470b..b61ffbd 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,7 @@
-

TorrentParts

+

TorrentParts

@@ -70,7 +70,7 @@
- +
diff --git a/style.css b/style.css index 3dab5de..35567e7 100644 --- a/style.css +++ b/style.css @@ -267,7 +267,7 @@ input { } #properties { - margin: 0; + margin: 0 0 32px 0; padding: 0 1.5vw; }