Merge pull request 'Hello World Teste' (#19) from new_feature into main
All checks were successful
portal-app/portal-app/pipeline/head This commit looks good

Reviewed-on: #19
This commit is contained in:
rayankonecny 2025-03-26 11:49:14 -03:00
commit 75208396ef
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
#root {
max-width: 1280px;
margin: 0 auto;
padding: 2rem;
padding: 3rem;
text-align: center;
}

View file

@ -3,7 +3,7 @@ import * as React from 'react'
const App: React.FC = () => {
return (
<>
<h1>Hello World</h1>
<h1>Hello World + Testando</h1>
</>
)
}

View file

@ -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;