Update index.html

This commit is contained in:
Preston 2024-02-13 15:10:09 -08:00 committed by GitHub
parent cde4547979
commit 768bca21ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,6 +40,7 @@
text-decoration: none; text-decoration: none;
display: inline-block; display: inline-block;
max-width: 200px; max-width: 200px;
position: relative;
} }
.source-btn { .source-btn {
@ -112,9 +113,13 @@
} }
.recommended-text { .recommended-text {
color: yellow; color: orange;
font-size: 14px; font-size: 14px;
margin-top: 5px; margin-left: 10px;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: -60px;
} }
</style> </style>
</head> </head>