From b92aeb231a779a7cd4acf575f4eec8ab657d9cd1 Mon Sep 17 00:00:00 2001 From: scotttrinh Date: Mon, 21 Dec 2020 19:21:55 +0000 Subject: [PATCH] deploy: c05b40034ac1c5b5238127665761e38cb38ed84a --- index.html | 6 ++++++ styles/global.css | 11 ++--------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 6dffeaa..b6fab6d 100644 --- a/index.html +++ b/index.html @@ -40,6 +40,12 @@ Github repo. Feel free to jump in and give us your 2 cents!

  • Ease of implementation
  • +
    +

    Implementations

    + +

    Overview

    Basics

    diff --git a/styles/global.css b/styles/global.css index bd1a45c..891e962 100644 --- a/styles/global.css +++ b/styles/global.css @@ -1197,19 +1197,12 @@ video { .kdl-section { margin-left: auto; margin-right: auto; - padding-left: 0.5rem; - padding-right: 0.5rem; + padding-left: 1rem; + padding-right: 1rem; padding-top: 2.5rem; padding-bottom: 2.5rem; } -@media (min-width: 768px) { - .kdl-section { - padding-left: 1rem; - padding-right: 1rem; - } -} - @media (min-width: 640px) { }