minor position change for video icon

pull/64/head
Aevann1 2022-12-10 15:35:00 +02:00
parent 1a1a55712e
commit 95759972c7
1 changed files with 11 additions and 3 deletions

View File

@ -5900,15 +5900,23 @@ g {
.video-play {
position:absolute;
bottom: 35%;
right: 40%;
bottom:33%;
right:38%;
font-size:14px;
color:white;
background-color:var(--primary);
padding:5px 5px 3px 7px;
padding: 5px 6px 4px 7px;
border-radius:.35rem;
pointer-events: none;
}
@media (max-width: 768px) {
.video-play {
bottom:31%;
right:36%;
}
}
/* ------- Font Awesome ------- */
@font-face{
font-family:"Font Awesome 6 Pro";