Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
real mobile changes
actually fixed mobile, still need to fix link awkwardness
  • Loading branch information
jjm14012 committed Nov 16, 2016
1 parent cb40925 commit f1fd1e5
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions HTML_and_CSS/Admin-Redesign.css
Expand Up @@ -3,7 +3,7 @@ body{
background-color: #ffffff;
font:'Roboto';
overflow:scrollbar;
min-width:750px;
min-width:70px;
}
table{
border-collapse: collapse;
Expand Down Expand Up @@ -63,37 +63,34 @@ div.topLink{
padding:0 1%;
background-color:inherit;
}
div.leftBlock{
div.leftBlock, div.insideLeft{
width:48%;
display:inline-block;
margin-right:1%;
vertical-align: top;
vertical-align:top;
}
div.rightBlock{
div.rightBlock, div.insideRight{
width:48%;
display:inline-block;
margin-left:1%;
vertical-align: top;
vertical-align:top;
}
@media (max-width: 600px){
@media (max-width: 700px){
body{
min-width: 300px;
}
div.leftBlock{
width:100%;
margin:0px 0px;
margin:0px;
}
div.rightBlock{
width:100%;
margin:0px 0px;
margin:0px;
}
a{
padding: 5px 0px;
}
div.caption{
margin:5px 0px;
}
div.header{

}
}

0 comments on commit f1fd1e5

Please sign in to comment.