From c3f866967e552c3dd01c140ae1b451ee9dd32368 Mon Sep 17 00:00:00 2001 From: Kurt Hutten Date: Thu, 29 Oct 2020 05:25:16 +1100 Subject: [PATCH] Tweak PR50 further --- web/src/components/UserPart/UserPart.js | 5 ++--- web/tailwind.config.js | 3 +++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/web/src/components/UserPart/UserPart.js b/web/src/components/UserPart/UserPart.js index 5596649..83256b2 100644 --- a/web/src/components/UserPart/UserPart.js +++ b/web/src/components/UserPart/UserPart.js @@ -1,12 +1,11 @@ function UserPart({ userName, partName }) { return (

- +
.
{userName} - - +
.
{partName} diff --git a/web/tailwind.config.js b/web/tailwind.config.js index 35fa635..c15b6f2 100644 --- a/web/tailwind.config.js +++ b/web/tailwind.config.js @@ -20,6 +20,9 @@ module.exports = { 'ropa-sans': ['Ropa Sans', 'Arial', 'sans-serif'], 'roboto': ['Roboto', 'Arial', 'sans-serif'], }, + skew: { + '-20': "-20deg" + } } }, variants: {},