From 2d5ffdb3f87913461ceac6f3b59eb4f3ec9ebb05 Mon Sep 17 00:00:00 2001 From: Rayan Date: Wed, 26 Mar 2025 10:36:58 -0400 Subject: [PATCH] Hello World Teste --- src/App.css | 2 +- src/App.tsx | 2 +- src/index.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.css b/src/App.css index b9d355d..fc87797 100644 --- a/src/App.css +++ b/src/App.css @@ -1,7 +1,7 @@ #root { max-width: 1280px; margin: 0 auto; - padding: 2rem; + padding: 3rem; text-align: center; } diff --git a/src/App.tsx b/src/App.tsx index 876325f..336db60 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -3,7 +3,7 @@ import * as React from 'react' const App: React.FC = () => { return ( <> -

Hello World

+

Hello World + Testando

) } diff --git a/src/index.css b/src/index.css index a5a6828..cae4609 100644 --- a/src/index.css +++ b/src/index.css @@ -4,7 +4,7 @@ font-weight: 400; color-scheme: light dark; - color: rgba(10, 27, 179, 0.87); + color: rgba(83, 10, 179, 0.87); background-color: #242424; font-synthesis: none; -- 2.39.5