diff --git a/pages/teams/demo.tsx b/pages/teams/demo.tsx index 4f1e710..1105f63 100644 --- a/pages/teams/demo.tsx +++ b/pages/teams/demo.tsx @@ -521,6 +521,48 @@ export default class Demo extends React.Component { + + + {/* header */} + + {/* meeting details */} + + + Wine Wednesdays + + all hands on deck...lets have fun :) + + {/* badges and tags */} + + + party 🎉 + + + + + {/* room status */} + + + + recurring + + + wednesdays 7-9pm + + + + {/* footer */} + + + + + + + + + diff --git a/styles/globals.css b/styles/globals.css index aa9d59a..041b053 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -18,7 +18,6 @@ a { /* my personal css */ main { - padding: 4em; font-family: "Poppins", sans-serif; }