diff --git a/source/css/_layout/list.styl b/source/css/_layout/list.styl index 4115f16..f3155b2 100644 --- a/source/css/_layout/list.styl +++ b/source/css/_layout/list.styl @@ -86,11 +86,9 @@ @media screen and (max-width: 900px) height: 240px @media screen and (max-width: $device-tablet) - height: 280px - @media screen and (max-width: $device-mobile) - height: 240px - @media screen and (max-width: $device-mobile-425) height: 220px + @media screen and (max-width: $device-mobile-425) + height: 200px @media screen and (max-width: $device-mobile-375) height: 180px diff --git a/source/css/_layout/tag-plugins/quot.styl b/source/css/_layout/tag-plugins/quot.styl index b579dbe..a3b2cf7 100644 --- a/source/css/_layout/tag-plugins/quot.styl +++ b/source/css/_layout/tag-plugins/quot.styl @@ -2,6 +2,7 @@ text-align: center position: relative align-items: center + max-width 400px .md .tag-plugin.quot:not(span) display: inline-flex align-self: center