Skip to content

Commit

Permalink
fix mobile look
Browse files Browse the repository at this point in the history
  • Loading branch information
colbybanbury committed Jun 23, 2024
1 parent 49e4de9 commit 4bb9dec
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,18 @@
justify-content: flex-end;
min-width: 300px;
}
@media (max-width: 768px) {
.contact {
flex-direction: column;
align-items: center;
}
.logo-container {
width: 100%;
justify-content: center;
text-align: center;
margin-bottom: 20px;
}
}
header {
background-color: var(--header-bg);
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
Expand Down

0 comments on commit 4bb9dec

Please sign in to comment.