From 102a156146db518f2b56eb61ba89b128faade6cc Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 6 Aug 2018 05:41:14 +0200 Subject: update --- _includes/site.css | 64 ------------------------------------------------------ 1 file changed, 64 deletions(-) delete mode 100644 _includes/site.css (limited to '_includes/site.css') diff --git a/_includes/site.css b/_includes/site.css deleted file mode 100644 index 6c54a11..0000000 --- a/_includes/site.css +++ /dev/null @@ -1,64 +0,0 @@ -html, -body { - margin: 0; - padding: 0; -} - -body { - font-family: 'Times New Roman', Times, serif; - font-size: 1em; -} - -article, -main, -footer, -header { - max-width: 800px; - margin: 0 auto; -} - -h1 { - font-size: 200%; -} - -h2 { - font-size: 180%; -} - -h3 { - font-size: 160%; -} - -h4 { - font-size: 140%; -} - -h5 { - font-size: 120%; -} - -h6 { - font-size: 100%; -} - -.highlighter-rouge { - border: 1px solid #ddd; - padding: 0 10px; -} - -@media only screen and (max-width:768px) { - body { - padding: 0 20px - } - footer, - header, - nav { - text-align: center - } -} - -@media print { - body { - padding: 50px auto - } -} -- cgit v1.2.3