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

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

-
- -

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

+

diff --git a/src/sebin/sebin.11tydata.js b/src/sebin/sebin.11tydata.js index 73aced6..46f381a 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 = 124, // kg + weight = 174, // kg tailLength = 154, // cm wingspan = 417, // cm colors = [ diff --git a/src/viktor/viktor.11tydata.js b/src/viktor/viktor.11tydata.js index 43c99bc..28fa432 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 = 227, // cm - weight = 175, // kg + height = 192, // cm + weight = 164, // kg colors = [ { name: 'Front', value: '#e7c7b1' }, { name: 'Arms, legs', value: '#493428' },