From 8e302d6725075d72bba08e7bcb26e59b04f56324 Mon Sep 17 00:00:00 2001 From: Michael Novotny Date: Fri, 8 Sep 2023 09:12:57 -0500 Subject: [PATCH] Fixes inconsistent CSS (#151) --- .../styles/globals.css | 17 ----------------- basics/learn-starter/styles/globals.css | 17 ----------------- .../styles/globals.css | 17 ----------------- 3 files changed, 51 deletions(-) diff --git a/basics/assets-metadata-css-starter/styles/globals.css b/basics/assets-metadata-css-starter/styles/globals.css index fbf4c07..a5d1aa5 100644 --- a/basics/assets-metadata-css-starter/styles/globals.css +++ b/basics/assets-metadata-css-starter/styles/globals.css @@ -30,20 +30,3 @@ img { max-width: 100%; height: auto; } - -h1, -h2, -p, -ul { - margin: 0; -} - -ul { - padding: 0; - list-style: none; -} - -button { - padding: 0.5rem 1rem; - font-weight: bold; -} diff --git a/basics/learn-starter/styles/globals.css b/basics/learn-starter/styles/globals.css index fbf4c07..a5d1aa5 100644 --- a/basics/learn-starter/styles/globals.css +++ b/basics/learn-starter/styles/globals.css @@ -30,20 +30,3 @@ img { max-width: 100%; height: auto; } - -h1, -h2, -p, -ul { - margin: 0; -} - -ul { - padding: 0; - list-style: none; -} - -button { - padding: 0.5rem 1rem; - font-weight: bold; -} diff --git a/basics/navigate-between-pages-starter/styles/globals.css b/basics/navigate-between-pages-starter/styles/globals.css index fbf4c07..a5d1aa5 100644 --- a/basics/navigate-between-pages-starter/styles/globals.css +++ b/basics/navigate-between-pages-starter/styles/globals.css @@ -30,20 +30,3 @@ img { max-width: 100%; height: auto; } - -h1, -h2, -p, -ul { - margin: 0; -} - -ul { - padding: 0; - list-style: none; -} - -button { - padding: 0.5rem 1rem; - font-weight: bold; -}