diff --git a/src/components/job.webc b/src/components/job.webc index a92af51..48caa70 100644 --- a/src/components/job.webc +++ b/src/components/job.webc @@ -1,5 +1,5 @@
-
+

@@ -8,15 +8,16 @@ diff --git a/src/components/profile.webc b/src/components/profile.webc index 8d1bb0c..5c2e928 100644 --- a/src/components/profile.webc +++ b/src/components/profile.webc @@ -72,13 +72,9 @@ :host .avatar { grid-area: avatar; - display: grid; - grid-template-columns: subgrid; - justify-items: center; - align-items: center; + justify-self: center; - & :where(picture, img) { - display: block; + & img { width: var(--sidebar-avatar-size); height: var(--sidebar-avatar-size); aspect-ratio: 1/1; @@ -103,6 +99,7 @@ :host .species { grid-area: species; align-self: start; + font-size: 0.75em; margin: 0; } diff --git a/src/components/trait-card.webc b/src/components/trait-card.webc index 85ec14d..72925e7 100644 --- a/src/components/trait-card.webc +++ b/src/components/trait-card.webc @@ -1,4 +1,7 @@

+
+ +

@@ -6,20 +9,18 @@

-

diff --git a/src/sebin/sebin.11tydata.js b/src/sebin/sebin.11tydata.js index 46f381a..73aced6 100644 --- a/src/sebin/sebin.11tydata.js +++ b/src/sebin/sebin.11tydata.js @@ -21,7 +21,7 @@ const firstName = 'Sebin', orientation = 'gay', position = 'vers, prefers top', height = 210, // cm - weight = 174, // kg + weight = 124, // kg tailLength = 154, // cm wingspan = 417, // cm colors = [ diff --git a/src/viktor/viktor.11tydata.js b/src/viktor/viktor.11tydata.js index 28fa432..43c99bc 100644 --- a/src/viktor/viktor.11tydata.js +++ b/src/viktor/viktor.11tydata.js @@ -9,8 +9,8 @@ const firstName = 'Viktor', pronouns = 'he/him', orientation = 'gay', role = 'bottom', - height = 192, // cm - weight = 164, // kg + height = 227, // cm + weight = 175, // kg colors = [ { name: 'Front', value: '#e7c7b1' }, { name: 'Arms, legs', value: '#493428' },