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