]> git.dabkitsch.com - jekyll-site.git/commitdiff
removing style.css
authorequilet <2237372+equilet@users.noreply.github.com>
Wed, 7 Dec 2022 06:03:49 +0000 (22:03 -0800)
committerequilet <2237372+equilet@users.noreply.github.com>
Wed, 7 Dec 2022 06:03:49 +0000 (22:03 -0800)
style.css [deleted file]

diff --git a/style.css b/style.css
deleted file mode 100644 (file)
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;   
-}