We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c4eca commit f9a217dCopy full SHA for f9a217d
1 file changed
space-astro.html
@@ -62,7 +62,7 @@
62
color: var(--glow-color);
63
text-shadow: 0 0 10px var(--glow-color), 0 0 20px var(--glow-color);
64
text-align: center;
65
- font-size: 2rem;
+ font-size: 1.5rem;
66
font-family: 'Orbitron', sans-serif;
67
animation: glowPulse 2s infinite alternate;
68
}
@@ -71,7 +71,7 @@
71
72
73
74
- font-size: 1.5rem;
+ font-size: 2rem;
75
76
77
0 commit comments