From 375adeb1115d1ea60092764070456662e77f8cde Mon Sep 17 00:00:00 2001 From: Angelisa <37790192+angelisamaria@users.noreply.github.com> Date: Sun, 14 Apr 2019 08:51:48 -0700 Subject: [PATCH] update demo.css (#167) removed @media (min-width:768px) on line 37 --- examples/demo.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/examples/demo.css b/examples/demo.css index 1d0de419..e2008f10 100644 --- a/examples/demo.css +++ b/examples/demo.css @@ -34,12 +34,6 @@ h1, h2, .section h3 { margin-bottom: 30px; } -@media (min-width:768px) { - .row.section img { - margin-left: 10%; - } -} - .header { text-align: center; }