Skip to content

Commit

Permalink
Responsive done
Browse files Browse the repository at this point in the history
  • Loading branch information
anushri20 committed Sep 26, 2020
1 parent ed3e3ef commit 402a94f
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -257,11 +257,40 @@ p {
}
.info_card{
display: block;

}

#countdown>div>span:nth-child(1) {
font-size: 20px;
font-weight: 400;
color: #4f4f4f;
}


}
@media only screen and (max-width: 1220px) {

.cards{
grid-template-columns: repeat(2, 30vw);
}
}

@media only screen and (max-width: 700px) {
#countdown>div {
width: 17%;
}
.cards{
grid-template-columns: repeat(1, 60vw);

}
.info_card{
margin-bottom: 30px;
}
.info_card p.role {
font-size: 2vw;
}
.social-media{
padding: 0vw 2.5vw;
}

}

0 comments on commit 402a94f

Please sign in to comment.