Index: static/scss/components/_columns.scss |
=================================================================== |
--- a/static/scss/components/_columns.scss |
+++ b/static/scss/components/_columns.scss |
@@ -15,21 +15,16 @@ |
// along with acceptableads.org. If not, see <http://www.gnu.org/licenses/>. |
/* Floating box grid (with push/pull support) |
* NOTE: 1/4 is 1/2 on tablet |
* NOTE: all are 1/1 on mobile |
* NOTE: use column classes without a row to set block widths |
******************************************************************************/ |
-.outer |
-{ |
- overflow: hidden; |
-} |
- |
.container |
{ |
max-width: $max-width; |
margin-right: auto; |
margin-left: auto; |
padding-right: $gutter-width; |
padding-left: $gutter-width; |
} |