tab based nav
This commit is contained in:
parent
a2a4defc87
commit
aeef385c85
9 changed files with 109 additions and 26 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue