diff --git a/src/App.css b/src/App.css index 06c1c47..e1fa17a 100644 --- a/src/App.css +++ b/src/App.css @@ -1,6 +1,5 @@ /*-----===| App.jsx |===-----*/ .page { - min-height: 200vh; width: 100%; display: flex; flex-direction: column; @@ -46,12 +45,19 @@ z-index: 900; } -.header-logo { +.header-title-container { height: calc(3vh + 30px); width: 100%; padding: 15px 0; filter: invert(0.75); } +.header-title { + font-family: 'Syncopate', sans-serif; + font-size: 3vh; + padding: 0; + margin: 0; + line-height: auto; +} .header-nav { height: 5vh; diff --git a/src/App.jsx b/src/App.jsx index 02831bc..c07edbc 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -99,9 +99,9 @@ export function App() {
-
- Logo Header -
+
+

DEX

+