Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Admin-Redesign.css
  • Loading branch information
jjm14012 committed Dec 3, 2016
1 parent 8063bec commit 7bb8fe1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion HTML_and_CSS/Admin-Redesign.css
Expand Up @@ -44,6 +44,10 @@ a:link, a:visited{
a:hover, a:active{
color: gray;
}
img.schedule{
max-width:500px;
align-self: center;
}
div{
background-color: #ffffff;
color:white;
Expand Down Expand Up @@ -78,7 +82,7 @@ div.rightBlock, div.insideRight{
margin-left:1%;
vertical-align:top;
}
@media (max-width: 700px){
@media (max-width: 1000px){
body{
min-width: 300px;
font-size:1.5em;
Expand All @@ -97,4 +101,7 @@ div.rightBlock, div.insideRight{
div.caption{
margin:5px 0px;
}
img.schedule{
width:100%;
}
}

0 comments on commit 7bb8fe1

Please sign in to comment.