Skip to content

Commit

Permalink
馃拕 fix proposal layout on mobile (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpetetot committed Feb 1, 2019
1 parent 8ece47d commit c0d01ba
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/screens/organizer/proposal/proposal.css
Expand Up @@ -49,8 +49,12 @@
grid-template-rows: auto;
grid-template-areas:
'proposal-ratings'
'proposal-sidebar'
'proposal-talk';
'proposal-talk'
'proposal-speakers';
}

.proposal-actions {
display: none;
}

.proposal .card {
Expand Down

0 comments on commit c0d01ba

Please sign in to comment.