From 04818372b9563544f99d569b8060e5982ec97067 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sun, 1 Jun 2025 19:31:48 +0300 Subject: [PATCH] Fix title --- frontend/src/App.css | 5 +++++ frontend/src/App.js | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/src/App.css b/frontend/src/App.css index a1644cb..95f1a1d 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -6,3 +6,8 @@ color: white; font-family: sans-serif; } + +.main-title { + font-size: 2.5rem; + margin-bottom: 5rem; +} diff --git a/frontend/src/App.js b/frontend/src/App.js index b37727c..1f85327 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -14,7 +14,7 @@ function App() { return (
-

🔷 Navix

+

🔷 Navix

);