Skip to content

Commit

Permalink
chore: move agenda container css into emotion
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Sep 4, 2020
1 parent 0d1cf9e commit c756592
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
5 changes: 4 additions & 1 deletion src/pages/nerd-days.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,10 @@ const NerdDaysPage = () => {
</SectionDescription>

<Agenda
className={cx(styles.agendaContainer)}
css={css`
max-width: 1000px;
margin: 0 auto;
`}
tracks={[
'Observability',
'Cloud migration',
Expand Down
7 changes: 0 additions & 7 deletions src/pages/nerd-days.module.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
.agendaContainer {
max-width: 1000px;
margin: 0 auto;
display: flex;
flex-direction: column;
}

.agendaHeaderRow {
display: grid;
grid-template-columns: 0.75fr repeat(5, 1fr);
Expand Down

0 comments on commit c756592

Please sign in to comment.