aboutsummaryrefslogtreecommitdiff
path: root/_includes/site.css
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2018-08-06 05:38:21 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2018-08-06 05:38:21 +0200
commit1fdc52bd0e67371d0e9b2b27923d49c451b35a11 (patch)
treec1d963b5f4e678182514693c9067234b8448bbf5 /_includes/site.css
parent6968f50956b5fe82673120bd23fa01b060b5a645 (diff)
downloadmitjafelicijan.com-1fdc52bd0e67371d0e9b2b27923d49c451b35a11.tar.gz
update
Diffstat (limited to '_includes/site.css')
-rw-r--r--_includes/site.css17
1 files changed, 17 insertions, 0 deletions
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 {
45 border: 1px solid #ddd; 45 border: 1px solid #ddd;
46 padding: 0 10px; 46 padding: 0 10px;
47} 47}
48
49@media only screen and (max-width:768px) {
50 body {
51 padding: 0 20px
52 }
53 footer,
54 header,
55 nav {
56 text-align: center
57 }
58}
59
60@media print {
61 body {
62 padding: 50px auto
63 }
64}