From 9211ddc75dee564c31cddbc6fd3e3813ad692e52 Mon Sep 17 00:00:00 2001 From: guibrbs <200037994@aluno.unb.br> Date: Fri, 3 Jun 2022 20:14:06 -0300 Subject: [PATCH] :rocket: Little responsiviness adjusts --- components/Banner/Layout.jsx | 2 +- components/MainContent/index.jsx | 8 ++++---- tailwind.config.js | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) 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: {