Fix title

This commit is contained in:
dvirlabs 2025-06-01 19:31:48 +03:00
parent 828a69aee6
commit 04818372b9
2 changed files with 6 additions and 1 deletions

View File

@ -6,3 +6,8 @@
color: white;
font-family: sans-serif;
}
.main-title {
font-size: 2.5rem;
margin-bottom: 5rem;
}

View File

@ -14,7 +14,7 @@ function App() {
return (
<div className="App">
<h1>🔷 Navix</h1>
<h1 className='main-title'>🔷 Navix</h1>
<AppGrid apps={apps} />
</div>
);