Skip to content

Commit c219914

Browse files
save file
1 parent c46bd89 commit c219914

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,15 @@
3333
--fs-prev:50px;
3434
--fs-click:50px;
3535
--fs-loading:50px;
36+
--top-title:100px;
3637
}
3738

3839
@media (max-width:767px){
3940
body
40-
{--fs-title:50px;
41-
--fs-link:20px;
42-
--fs-prev:20px;
41+
{ --fs-title:50px;
42+
--fs-link:20px;
43+
--fs-prev:20px;
44+
--top-title:70px;
4345
}
4446
}
4547

@@ -55,7 +57,7 @@
5557
{position:absolute;left:20px;top:20px;font-size:var(--fs-prev);color:#c5a880}
5658

5759
h2
58-
{position:absolute;left:0;right:0;top:100px;text-align:center;font-size:var(--fs-title)}
60+
{position:absolute;left:0;right:0;top:var(--top-title);text-align:center;font-size:var(--fs-title)}
5961

6062

6163
#info

0 commit comments

Comments
 (0)