From def126448fa030ee3cf71ff91a7a0fe46cd515af Mon Sep 17 00:00:00 2001 From: Ashley Date: Sun, 4 Dec 2022 12:24:43 +0000 Subject: [PATCH] margin-left:24px; --- css/poketube.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/poketube.css b/css/poketube.css index 90996e6a..4f4f7316 100644 --- a/css/poketube.css +++ b/css/poketube.css @@ -104,6 +104,7 @@ a { border-radius: 25px; margin: 10px; margin-top: 0px; + margin-left:24px; margin-right: 10px; height: fit-content; justify-self: center; @@ -124,7 +125,6 @@ a { border-radius: 11px; background-image: var(--div-gradient); display: block; - margin: 0px 0 0px -3px; box-sizing:border-box; min-width:100%; } @@ -295,3 +295,4 @@ a { border-left: 1px solid gray; height: 15px; } + \ No newline at end of file