@ -129,6 +129,10 @@
transition: bottom 0.6s;
}
.hiddenBurger {
bottom: -50px;
.burger:focus {
outline: none;
@ -212,6 +216,3 @@
@ -37,7 +37,7 @@ interface ChildProps {
interface MobileProps {
open: boolean;
setOpen: React.Dispatch<React.SetStateAction<boolean>>;
childProps: ChildProps;
childProps?: ChildProps;
export const OrganizedContent = ({
@ -19,7 +19,7 @@ Codey is supposed to say something here...
<OrganizedContentDemo />
---
<!--
## `<MiniEventCard />`
The `<MiniEventCard />` component has a collapsible description, and it is used
@ -72,4 +72,4 @@ display information about the execs: prez, VP, trez, AVP, and syscom overlord.
<TeamMemberCardDemo />
-->