Skip to content

Commit

Permalink
cleanupHeader: Use same font all across site
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-scales committed Jan 20, 2024
1 parent 73a7d7f commit 4623f46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion FU.SPA/src/components/Navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ body {
justify-content: space-between;
align-items: stretch;
gap: 2rem;
font-family: 'Times New Roman', Times, serif;
font-size: 1rem;
height: 50px;
}
Expand Down
2 changes: 1 addition & 1 deletion FU.SPA/src/main.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import ReactDOM from 'react-dom/client';
import App from './App.jsx';
//import './index.css'
import './index.css'
// add comment
import './components/Navbar.css';
import { BrowserRouter } from 'react-router-dom';
Expand Down

0 comments on commit 4623f46

Please sign in to comment.