diff --git a/themes/homebrewtheme/static/css/main.css b/themes/homebrewtheme/static/css/main.css index 80c704f..8899e54 100644 --- a/themes/homebrewtheme/static/css/main.css +++ b/themes/homebrewtheme/static/css/main.css @@ -488,7 +488,7 @@ table tr:nth-child(even) { top:auto; } -@media screen and (min-width:800px){ +@media screen and (min-width:620px){ #forkongithub{ position:fixed; display:block; @@ -511,9 +511,17 @@ table tr:nth-child(even) { -o-transform:rotate(45deg); box-shadow:4px 4px 10px rgba(0,0,0,0.8); } + } @media screen and (max-width:620px) { html {font-size:20px;} + + .toc, #forkongithub { + display:none; + } + + .post-item { + max-width: 100%;} #banner{ font-size: 1rem; line-height: 1rem; @@ -522,6 +530,7 @@ table tr:nth-child(even) { #menu{font-size:1rem} #index{ max-width:100%; + padding-top:2em; } #content{ padding:1em;