minimal responsiveness adjustments
This commit is contained in:
parent
7ca7fa6183
commit
546a91011a
@ -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…
Reference in New Issue
Block a user