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
All checks were successful
portal-app/portal-app/pipeline/head This commit looks good
Reviewed-on: #19
This commit is contained in:
commit
75208396ef
3 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#root {
|
||||
max-width: 1280px;
|
||||
margin: 0 auto;
|
||||
padding: 2rem;
|
||||
padding: 3rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ import * as React from 'react'
|
|||
const App: React.FC = () => {
|
||||
return (
|
||||
<>
|
||||
<h1>Hello World</h1>
|
||||
<h1>Hello World + Testando</h1>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue