From c6103f41be3cce9b6b73b9b4e91f97f8c6387ab0 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Tue, 15 Oct 2024 21:05:28 -0700 Subject: [PATCH] Remove this it looks bad --- style.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/style.css b/style.css index 6db32d7..2fb252f 100644 --- a/style.css +++ b/style.css @@ -1,11 +1,5 @@ @import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic); -* { - margin: 0; - padding: 0; - box-sizing: border-box; -} - h1 { font-family: Ubuntu; }