From 58aa4282c27dd81044ad6955949c42c0936703f5 Mon Sep 17 00:00:00 2001 From: Luke <luke@safing.io> Date: Thu, 30 Jul 2020 16:09:15 +0200 Subject: [PATCH] Remove style --- roadmapblog/index.html | 47 ------------------------------------------ 1 file changed, 47 deletions(-) diff --git a/roadmapblog/index.html b/roadmapblog/index.html index 8fe3a96..b33b718 100644 --- a/roadmapblog/index.html +++ b/roadmapblog/index.html @@ -39,7 +39,6 @@ layout: page </div> </div> {% endif %} - {% if site.data.next.cards.in_progress.size > 0 %} <div class="pt-12"> <div style="max-width: 750px; margin-top: 3rem; margin: auto;"> @@ -75,49 +74,3 @@ layout: page </div> </div> </section> - -<!-- - this is only for the roadmap blog. - Luke will clean this at a later date. ---> -<style> - - .gridwrapper{ - display: grid; - grid-template-columns: repeat(1, auto); - grid-template-rows: auto; - grid-row-gap: 10px; - grid-auto-flow: row; - margin-left: auto; - margin-right: auto; - max-width: 1350px; - } - - .card{ - max-width: auto; - } - - .shadowthing{ - box-shadow: 0 0px 90px 0 rgba(59, 93, 199, 0.1), 0 0px 5px 0 rgba(0, 0, 0, 0); - } - - @media (min-width: 768px) { - - } - - @media (min-width: 640px) { - .gridwrapper{ - grid-template-columns: repeat(1, auto); - } - - #icon{ - margin-top: 2rem; - } - } - - @media (min-width: 1024px) { - - - } - -</style>