diff --git a/src/components/Layout.jsx b/src/components/Layout.jsx index d4c83018..26aa7483 100644 --- a/src/components/Layout.jsx +++ b/src/components/Layout.jsx @@ -146,7 +146,8 @@ export function Layout({ children, title, tableOfContents }) { return ( <> -
+
+ {/*
*/} {group.title} diff --git a/src/styles/tailwind.css b/src/styles/tailwind.css index 397be838..90246fba 100644 --- a/src/styles/tailwind.css +++ b/src/styles/tailwind.css @@ -16,7 +16,7 @@ .imagewrapper { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); - border-radius: 6px; + border-radius: 4px; overflow:hidden; } diff --git a/tailwind.config.js b/tailwind.config.js index 9681c2c3..a6b1cb9d 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -6,7 +6,7 @@ module.exports = { fontSize: { '2xs': ['0.75rem', { lineHeight: '1.25rem' }], xs: ['0.8125rem', { lineHeight: '1.5rem' }], - sm: ['0.875rem', { lineHeight: '1.5rem' }], + sm: ['1rem', { lineHeight: '1.5rem' }], base: ['1rem', { lineHeight: '1.75rem' }], lg: ['1.125rem', { lineHeight: '1.75rem' }], xl: ['1.25rem', { lineHeight: '1.75rem' }], @@ -27,7 +27,7 @@ module.exports = { maxWidth: { lg: '33rem', '2xl': '40rem', - '3xl': '50rem', + '3xl': '55rem', '5xl': '66rem', }, opacity: {