From 1fdc52bd0e67371d0e9b2b27923d49c451b35a11 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 6 Aug 2018 05:38:21 +0200 Subject: update --- _includes/site.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to '_includes') diff --git a/_includes/site.css b/_includes/site.css index f169803..6c54a11 100644 --- a/_includes/site.css +++ b/_includes/site.css @@ -45,3 +45,20 @@ h6 { 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