Skip to content

Commit f9a217d

Browse files
authored
Swap font sizes for glow-text and glow-tile
1 parent 22c4eca commit f9a217d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

space-astro.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
color: var(--glow-color);
6363
text-shadow: 0 0 10px var(--glow-color), 0 0 20px var(--glow-color);
6464
text-align: center;
65-
font-size: 2rem;
65+
font-size: 1.5rem;
6666
font-family: 'Orbitron', sans-serif;
6767
animation: glowPulse 2s infinite alternate;
6868
}
@@ -71,7 +71,7 @@
7171
color: var(--glow-color);
7272
text-shadow: 0 0 10px var(--glow-color), 0 0 20px var(--glow-color);
7373
text-align: center;
74-
font-size: 1.5rem;
74+
font-size: 2rem;
7575
font-family: 'Orbitron', sans-serif;
7676
animation: glowPulse 2s infinite alternate;
7777
}

0 commit comments

Comments
 (0)