From: equilet <2237372+equilet@users.noreply.github.com> Date: Wed, 7 Dec 2022 06:03:49 +0000 (-0800) Subject: removing style.css X-Git-Url: https://git.dabkitsch.com/?a=commitdiff_plain;h=ca575e6faa0b0bdc3ac7be1f5fdac4814292e545;p=jekyll-site.git removing 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; -}