diff options
Diffstat (limited to 'print/resources')
| -rw-r--r-- | print/resources/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/resources/style.css b/print/resources/style.css index ca3d393f..d4a05e52 100644 --- a/print/resources/style.css +++ b/print/resources/style.css @@ -1089,13 +1089,13 @@ body { width: calc(100% / 10); } - /* fourty items */ + /* forty items */ .color-swatch:first-child:nth-last-child(n+40), .color-swatch:first-child:nth-last-child(n+40) ~ .color-swatch { width: calc(100% / 12); } - /* fourty-nine items */ + /* forty-nine items */ .color-swatch:first-child:nth-last-child(n+49), .color-swatch:first-child:nth-last-child(n+40) ~ .color-swatch { height: calc(100% / 5); |
