From 8bf4cfb614cc3665cba50f6b9ab2121df35e4889 Mon Sep 17 00:00:00 2001 From: AinzHansen Date: Wed, 2 May 2018 15:44:53 +0200 Subject: [PATCH] Refine listicle summary content width for large viewports --- components/listicle/summary/index.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/listicle/summary/index.jsx b/components/listicle/summary/index.jsx index cc0eba6..cc39009 100644 --- a/components/listicle/summary/index.jsx +++ b/components/listicle/summary/index.jsx @@ -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; } }