Skip to content

Commit aa14cdb

Browse files
save file
1 parent cd0a838 commit aa14cdb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

merry-christmas/2025/merry-christmas-2025.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,18 @@
3333
--fs-prev:50px;
3434
--fs-click:50px;
3535
--fs-loading:50px;
36-
--top-title:100px;
36+
--top-title:100px;
37+
--bottom-click:100px;
3738
}
3839

3940
@media (max-width:767px){
4041
body
4142
{ --fs-title:50px;
4243
--fs-link:20px;
4344
--fs-prev:20px;
45+
--fs-loading:20px;
4446
--top-title:50px;
47+
--bottom-click:50px;
4548
}
4649
}
4750

@@ -64,7 +67,7 @@
6467
{position:absolute;bottom:0;left:0;right:0;margin:auto;text-align:center}
6568

6669
h3
67-
{position:absolute;bottom:100px;left:0;right:0;margin:auto;text-align:center;font-size:var(--fs-click)}
70+
{position:absolute;bottom:var(--bottom-click);left:0;right:0;margin:auto;text-align:center;font-size:var(--fs-click)}
6871

6972
#loading
7073
{position:absolute;bottom:20px;left:0;right:0;margin:auto;text-align:center;font-size:var(--fs-loading)}

0 commit comments

Comments
 (0)