diff --git a/kjvstudy_org/templates/base.html b/kjvstudy_org/templates/base.html index 36f3655..875cf90 100644 --- a/kjvstudy_org/templates/base.html +++ b/kjvstudy_org/templates/base.html @@ -219,13 +219,6 @@ display: none; } } - - /* Adjust article position when sidebar is present */ - @media (min-width: 1201px) { - article { - margin-left: 280px; - } - }