diff --git a/components/Banner/Layout.jsx b/components/Banner/Layout.jsx index f974508..a03aa7f 100644 --- a/components/Banner/Layout.jsx +++ b/components/Banner/Layout.jsx @@ -3,7 +3,7 @@ import { UnderlineLayout } from "../UnderlineLayout" const Layout = ({ children, homepage }) => (
Guilherme Ferreira
-+
Guilherme Ferreira
+Web & Mobile Developer (Fullstack)
diff --git a/tailwind.config.js b/tailwind.config.js index 2a2bcf8..7058b06 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -6,7 +6,7 @@ module.exports = { darkMode: 'class', theme: { screens: { - 'max-sm': {'max': '450px'}, + 'max-sm': {'max': '710px'}, 'max-md': {'max': '820px'} }, extend: {