summaryrefslogtreecommitdiffstats
path: root/tpl/index.pug
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-02-14 18:45:32 +0100
committerVolpeon <git@volpeon.ink>2022-02-14 18:45:32 +0100
commit248a90eb5fe1f5fa624423b81d0b18df85fabe35 (patch)
treea6d112b0929f065ebf7ac6d2916550d6dc5ff469 /tpl/index.pug
parentAdjusted spacings (diff)
downloadiro-design-248a90eb5fe1f5fa624423b81d0b18df85fabe35.tar.gz
iro-design-248a90eb5fe1f5fa624423b81d0b18df85fabe35.tar.bz2
iro-design-248a90eb5fe1f5fa624423b81d0b18df85fabe35.zip
Restructured size variables
Diffstat (limited to 'tpl/index.pug')
-rw-r--r--tpl/index.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/index.pug b/tpl/index.pug
index c42c48f..dc037f5 100644
--- a/tpl/index.pug
+++ b/tpl/index.pug
@@ -28,7 +28,7 @@ mixin user-card(name, hue)
28 - 28 -
29 const avaName = name.slice(0, 1) 29 const avaName = name.slice(0, 1)
30 30
31 .l-card.l-card--flush.l-card--sm 31 .l-card.l-card--flush.l-card--75
32 +avatar(block=true size='xs' class='l-card__block' hue=hue) 32 +avatar(block=true size='xs' class='l-card__block' hue=hue)
33 = avaName 33 = avaName
34 = name 34 = name