diff options
| author | Volpeon <git@volpeon.ink> | 2024-01-11 11:36:42 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2024-01-11 11:36:42 +0100 |
| commit | 04fcc0c3e7edb51581c26088a691d0f20205c2a4 (patch) | |
| tree | 204eb4107b264b7f98be6afa4a4222bc49de9675 | |
| parent | Add margin 800 utility etc (diff) | |
| download | iro-design-04fcc0c3e7edb51581c26088a691d0f20205c2a4.tar.gz iro-design-04fcc0c3e7edb51581c26088a691d0f20205c2a4.tar.bz2 iro-design-04fcc0c3e7edb51581c26088a691d0f20205c2a4.zip | |
Icon valign
| -rw-r--r-- | src/objects/_icon.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objects/_icon.scss b/src/objects/_icon.scss index 8ee9485..a5606d4 100644 --- a/src/objects/_icon.scss +++ b/src/objects/_icon.scss | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | --dims: ( | 6 | --dims: ( |
| 7 | --stroke: 1.5px, | 7 | --stroke: 1.5px, |
| 8 | --size: calc(1 / 14 * 16em), | 8 | --size: calc(1 / 14 * 16em), |
| 9 | --valign: -.15em | 9 | --valign: -.14em |
| 10 | ) | 10 | ) |
| 11 | ), 'dims'); | 11 | ), 'dims'); |
| 12 | 12 | ||
