From 51ebdb3bc58bb736d0c64528d3f53fcab4b6c5c5 Mon Sep 17 00:00:00 2001 From: Joe Wroten Date: Tue, 9 Oct 2018 15:16:51 -0500 Subject: [PATCH] Adjusted article visual text alignment --- src/app.scss | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/src/app.scss b/src/app.scss index c4cdccc..90957a3 100644 --- a/src/app.scss +++ b/src/app.scss @@ -155,24 +155,10 @@ video { p { margin-bottom: 1em; + max-width: 300em; } @media (min-width: $qry-s) { - p { - width: 50%; - clear: both; - - &:nth-of-type(odd) { - float: left; - } - - &:nth-of-type(odd) { - float: right; - } - } - } - - @media (min-width: $qry-s) and (max-width: $qry-m) { p { width: 75%; }