Fix title
This commit is contained in:
parent
828a69aee6
commit
04818372b9
@ -6,3 +6,8 @@
|
||||
color: white;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
.main-title {
|
||||
font-size: 2.5rem;
|
||||
margin-bottom: 5rem;
|
||||
}
|
||||
|
||||
@ -14,7 +14,7 @@ function App() {
|
||||
|
||||
return (
|
||||
<div className="App">
|
||||
<h1>🔷 Navix</h1>
|
||||
<h1 className='main-title'>🔷 Navix</h1>
|
||||
<AppGrid apps={apps} />
|
||||
</div>
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user