Skip to content

Commit

Permalink
Add responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkz committed Dec 2, 2023
1 parent 410d3d5 commit f912359
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,20 @@ button {
background: #0e303f;
color: white;
border: none;
}

@media all and (max-width: 680px) {
footer {
display: block;
padding: 2rem 1rem;
}

footer form {
margin: 3rem 0;
}

footer ul {
padding-left: 0;
margin-left: 0;
}
}

0 comments on commit f912359

Please sign in to comment.