Skip to content

Commit 758b72c

Browse files
authored
Update style.css
1 parent 47b8375 commit 758b72c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/style.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ a:hover{
144144
padding: 20px;
145145
text-align: center;
146146
position: fixed;
147-
bottom: 110px;
147+
bottom: 100px;
148148
left: 50%;
149149
transform: translateX(-50%);
150150
z-index: 999;
@@ -184,5 +184,9 @@ audio::-webkit-media-controls-mute-button {
184184
text-align: center;
185185
padding: 10px 0;
186186
font-family: 'Outfit','Sour Gummy', 'Afacad Flux', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
187-
box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
187+
box-shadow: 0 -2pmakx 5px rgba(0, 0, 0, 0.2);
188+
}
189+
.overlay.hidden {
190+
opacity: 0;
191+
pointer-events: none;
188192
}

0 commit comments

Comments
 (0)