diff --git a/zsite/static/less/theory.less b/zsite/static/less/theory.less index 8e6ecff..6fe7e25 100644 --- a/zsite/static/less/theory.less +++ b/zsite/static/less/theory.less @@ -14,10 +14,21 @@ font-size: 12px; li { - margin-bottom: 5px; + + @media (min-width: 0) { + display: inline-block; + padding-left: 5px; + padding-right: 5px; + } - text-indent: -22px; - margin-left: 22px; + @media (min-width: @screen-tablet) { + display: block; + + margin-bottom: 5px; + + text-indent: -22px; + margin-left: 22px; + } } }