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 }) => (
-
diff --git a/components/MainContent/index.jsx b/components/MainContent/index.jsx index 8edec1b..d87428d 100644 --- a/components/MainContent/index.jsx +++ b/components/MainContent/index.jsx @@ -11,13 +11,13 @@ export function MainContent( { setIsToForm } ){ }, 2000) } return( -
+
-

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: {