Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added week 4 assignment
  • Loading branch information
maa17019 committed Feb 17, 2020
1 parent 6301586 commit 1404ec2
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions css/responsive.css
Expand Up @@ -57,7 +57,7 @@ body, html {
.container .logo a img { .container .logo a img {
max-width: 100%; max-width: 100%;
max-height: 90px; max-height: 90px;

} }


.container .navbar { .container .navbar {
Expand Down Expand Up @@ -423,7 +423,7 @@ width: 100%;
} }
} }
@media (max-width: 649px){ @media (max-width: 649px){
.big-logos img{ .big-logos{
width: 80%; width: 80%;
margin-left: 10%; margin-left: 10%;
text-align: center; text-align: center;
Expand All @@ -449,6 +449,7 @@ width: 100%;
margin-bottom: 10px; margin-bottom: 10px;


} }



.white h5{ .white h5{
color: black; color: black;
Expand All @@ -473,7 +474,7 @@ width: 100%;
.container .logo a img { .container .logo a img {
max-width: 100%; max-width: 100%;
max-height: 90px; max-height: 90px;
margin-left: 9vw; margin-left: 10vw;
} }
.container .navbar { .container .navbar {
margin-right: 5vw; margin-right: 5vw;
Expand All @@ -497,8 +498,20 @@ width: 100%;
width: 70%; width: 70%;
} }
} }
@media (min-width: 651px){
.container .logo a img {
max-width: 100%;
max-height: 90px;
margin-left: 10vw;

}
}
@media (min-width: 950px){ @media (min-width: 950px){

.container .logo a img {
max-width: 100%;
max-height: 90px;
margin-left: 10vw;
}
#bg { #bg {
height: 130%; height: 130%;
} }
Expand All @@ -517,7 +530,7 @@ width: 100%;
/*footer!*/ /*footer!*/
.big-logos img{ .big-logos img{
width: 85%; width: 85%;
} }ano
.white p{ .white p{
font-size: 0.7em; font-size: 0.7em;
width: 70%; width: 70%;
Expand Down

0 comments on commit 1404ec2

Please sign in to comment.