From 6c35b12fb9374be9740bf6062f75de3a1d0ced30 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 20 Jan 2021 19:07:21 -0500 Subject: [PATCH] remove assets folder --- assets/css/style.scss | 50 ------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 assets/css/style.scss diff --git a/assets/css/style.scss b/assets/css/style.scss deleted file mode 100644 index 44657267..00000000 --- a/assets/css/style.scss +++ /dev/null @@ -1,50 +0,0 @@ ---- ---- - -@import "{{ site.theme }}"; - -div.shell { - width: 80%; - max-width: 1300px; - min-width: 300px; -} - -span.banner-fix { - width: 80%; - max-width: 1300px; - min-width: 300px; -} - -header h1 { - background-color: #aa1f55; - padding-bottom: 15px; - font-weight: 200px; -} -header h2 { - background-color: #aa1f55; - font-family: 'Open Sans'; -} - -#main_content div[align=center] h1 { - display: none; -} -#main_content img { - box-shadow: 4px 4px 4px rgba(0,0,0,0.1); - border-radius: 8px; - border: 0px; - vertical-align: top; -} -#main_content em img { - display: block; - margin-top: -83px; - padding: 0px; - margin-bottom: 20px; -} - -#main_content img[alt=comparison] { - margin: 25px; -} - -#forkme_banner { - opacity: 0.1; -}