diff options
-rw-r--r-- | styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,7 +35,7 @@ canvas { position: absolute; text-align: center; color: #fff; - font-size: 2vh; + font-size: 1.5vh; max-width: 85%; top: 50%; left: 50%; @@ -82,4 +82,4 @@ canvas { to { transform: translate(0, 200vh) rotate(360deg); } -}
\ No newline at end of file +} |