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