tab based nav

This commit is contained in:
Nicholas Orlowsky 2023-03-12 17:39:56 -05:00
parent a2a4defc87
commit aeef385c85
9 changed files with 109 additions and 26 deletions

View file

@ -20,7 +20,7 @@ export default function Hobbies () {
alignItems: "center"
}}>
<div className={"d-md-block d-none"}>
<h1>Other Hobbies</h1>
<h1>Hobbies</h1>
{AllHobbies.map((hobby) => <InfoCard style={{textAlign: "left", maxWidth: "50vmax", margin: 50}}
info={hobby}/>)}
</div>