Skip to content

Commit

Permalink
fix collapsing header on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
avidrucker committed Jan 3, 2024
1 parent 13f86b1 commit 19747a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ function App() {

return (
<main className={`app h-100 flex flex-column f5 montserrat ${theme === 'light' ? 'black' : 'white'}`}>
<header className="overflow-x-hidden overflow-y-hidden app-header pa3 pb2 flex justify-center items-center">
<header className="app-header pa3 pb2 flex justify-center items-center">
<h1 className={`ma0 f2-ns f3 fw8 tracked-custom dib ${theme === 'light' ? 'gray' : 'gray'}`}>{appName}</h1>

<div className="pl3 inline-flex items-center">
Expand Down

0 comments on commit 19747a9

Please sign in to comment.