From ca575e6faa0b0bdc3ac7be1f5fdac4814292e545 Mon Sep 17 00:00:00 2001 From: equilet <2237372+equilet@users.noreply.github.com> Date: Tue, 6 Dec 2022 22:03:49 -0800 Subject: [PATCH] removing style.css --- style.css | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 style.css diff --git a/style.css b/style.css deleted file mode 100644 index eb1e2ec..0000000 --- a/style.css +++ /dev/null @@ -1,38 +0,0 @@ -body { - font-family: 'Open Sans', sans-serif; - font-size: 0.9em; - margin:0 auto; - max-width:800px; -} - -header { - margin:2em 0; -} - -footer { - margin:2em 0; - text-align:center; -} - -.content { - margin-top:2em; -} - -.content img { - max-width: 800px; -} - -.post-list { - list-style-type: none; - margin:0 -} -ul.post-list { - margin:0; - padding:0; -} -ul.post-list li{ - margin-bottom:2em; -} -ul.post-list li h4 { - margin :0; -} -- 2.34.1