Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mobile fixes
should hopefully fix mobile
  • Loading branch information
jjm14012 committed Nov 16, 2016
1 parent 9b762d7 commit cb40925
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions HTML_and_CSS/Admin-Redesign.css
Expand Up @@ -67,9 +67,33 @@ div.leftBlock{
width:48%;
display:inline-block;
margin-right:1%;
vertical-align: top;
}
div.rightBlock{
width:48%;
display:inline-block;
margin-left:1%;
vertical-align: top;
}
@media (max-width: 600px){
body{
min-width: 300px;
}
div.leftBlock{
width:100%;
margin:0px 0px;
}
div.rightBlock{
width:100%;
margin:0px 0px;
}
a{
padding: 5px 0px;
}
div.caption{
margin:5px 0px;
}
div.header{

}
}

0 comments on commit cb40925

Please sign in to comment.