From 768bca21ed2da7cedfcedffaa9d73b1a53e19681 Mon Sep 17 00:00:00 2001 From: Preston Date: Tue, 13 Feb 2024 15:10:09 -0800 Subject: [PATCH] Update index.html --- index.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 1fb0e72..7b19579 100644 --- a/index.html +++ b/index.html @@ -40,6 +40,7 @@ text-decoration: none; display: inline-block; max-width: 200px; + position: relative; } .source-btn { @@ -112,9 +113,13 @@ } .recommended-text { - color: yellow; + color: orange; font-size: 14px; - margin-top: 5px; + margin-left: 10px; + position: absolute; + top: 50%; + transform: translateY(-50%); + right: -60px; }