Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
parthpandyappp authored Jan 18, 2021
1 parent 9ceb1df commit 4410f21
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,14 @@ footer {
height: 100px;
bottom: 0;
width: 100%;
}
}

@media only screen and (max-width: 600px) {
#demo h1{
font-size: 2.5rem;
}

#demo p{
font-size: 1.2rem;
}
}

0 comments on commit 4410f21

Please sign in to comment.