Skip to content

Commit

Permalink
Merge pull request #296 from MoTrPAC/265_JZ_Homepage_Responsiveness
Browse files Browse the repository at this point in the history
Connects to #265. Homepage responsiveness to smaller viewport sizes.
  • Loading branch information
jimmyzhen authored Mar 19, 2024
2 parents 52a2120 + e3b3366 commit abc3df0
Show file tree
Hide file tree
Showing 4 changed files with 4,734 additions and 332 deletions.
2 changes: 1 addition & 1 deletion src/Navbar/navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export function Navbar({
}

const navbar = (
<div className="header-navbar-container d-flex flex-column flex-md-row flex-sm-row flex-xs-row align-items-center px-3 px-md-4 bg-white border-bottom shadow-sm fixed-top">
<div className="header-navbar-container d-flex flex-md-row flex-sm-row flex-xs-row align-items-center px-3 px-md-4 bg-white border-bottom shadow-sm fixed-top">
<div className="navbar-brand my-0 mr-md-auto mr-sm-auto mr-xs-auto py-0">
<Link to="/" className="header-logo">
<img default src={MoTrPAClogo} alt="MoTrPAC Data Hub" />
Expand Down
Loading

0 comments on commit abc3df0

Please sign in to comment.