Browse Source

minimal responsiveness adjustments

pull/2/head
lidia pereira 5 years ago
parent
commit
546a91011a
  1. 11
      themes/homebrewtheme/static/css/main.css

11
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;

Loading…
Cancel
Save