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;
}