Skip to content

Commit

Permalink
Refine listicle summary content width for large viewports
Browse files Browse the repository at this point in the history
  • Loading branch information
AinzHansen committed May 2, 2018
1 parent 88d2621 commit 8bf4cfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/listicle/summary/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ export default class extends React.Component {
order: 1;
padding: 0;
transform: translateX(7.5%);
width: 50%;
width: 33.333%;
min-width: 480px;
}
}
Expand Down

0 comments on commit 8bf4cfb

Please sign in to comment.