diff options
| author | luzpaz <luzpaz@users.noreply.github.com> | 2021-07-29 14:52:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-29 20:52:44 +0200 |
| commit | e6fad808e9459ed6211c5ee04f3f1a00b786fa7a (patch) | |
| tree | 57a137a445bda8c91fa9b6854f21ca0b8f8822f1 /print/resources | |
| parent | 2161379b55be2aab0d639df2f2b7124b1544789f (diff) | |
Fix typos (#1291)
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); |
