Skip to content

Commit

Permalink
change ads
Browse files Browse the repository at this point in the history
  • Loading branch information
Llavrov committed Sep 25, 2022
1 parent 86011f8 commit 081f0ff
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,18 @@
background-position: center;
}

#skip {
margin-top: 20px;
height: 60px;
}

.watchAdsContainer {
display: none;
width: 320px;
width: 150px;
justify-content: space-between;
flex-direction: column;
position: absolute;
top: 70%;
top: 65%;
left: 50%;
transform: translateX(-50%);
}
Expand All @@ -112,7 +118,7 @@
background: #96CC72;
animation: timer 8s ease-in-out;
position: absolute;
left: 170px;
/*left: 170px;*/
}

@keyframes timer {
Expand Down

0 comments on commit 081f0ff

Please sign in to comment.