From 04a05206ff197fef47a985a24dfde7ae9c405520 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Thu, 28 Dec 2017 15:07:01 +0200 Subject: Remake a lot of stuff --- src/style.css | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 src/style.css (limited to 'src/style.css') diff --git a/src/style.css b/src/style.css deleted file mode 100644 index 4c1d58a..0000000 --- a/src/style.css +++ /dev/null @@ -1,39 +0,0 @@ -*, *:before, *:after { - box-sizing: inherit; -} - -html { - font-family: 'Lato', sans-serif; - font-size: 20px; - - background-color: #affbff78; - box-sizing: border-box; -} - -body { - border: 0; - - max-width: 600px; - margin-left: auto; - margin-right: auto; - - padding: 1rem; -} - -@media screen and (max-width: 600px) { - body { - text-align: center; - } - - ul { - padding: 0; - } - - li { - list-style: none; - } -} - -a { - color: #570C3D; -} \ No newline at end of file -- cgit v1.3