Don't include final 5 in row sum

This commit is contained in:
Amanda Graven 2025-12-13 14:36:43 +01:00
parent 80865ace7d
commit 1213b0bd8f
2 changed files with 15 additions and 16 deletions

View file

@ -1,7 +1,7 @@
/* https://pajasevi.github.io/CSSnowflakes/ */
.snowflake {
color: #fff;
font-size: 1em;
font-size: 1.5em;
font-family: Arial, sans-serif;
text-shadow: 0 0 5px #000;
}