Skip to content

Commit 0d67628

Browse files
committed
style change
make the github link to be fixed
1 parent 9b07111 commit 0d67628

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

audio_visualizer_single_page_version.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
text-align: center;
2121
}
2222
footer{
23-
position: absolute;
23+
position: fixed;
2424
bottom: 2px;
2525
color:#aaa;
2626
}

style/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ html, body {
1515
text-align: center;
1616
}
1717
footer{
18-
position: absolute;
18+
position: fixed;
1919
bottom: 2px;
2020
color:#aaa;
2121
}

0 commit comments

Comments
 (0)