Skip to content

Commit

Permalink
Update contact.html
Browse files Browse the repository at this point in the history
  • Loading branch information
snehaapratap authored Oct 16, 2024
1 parent 94fa37b commit 13d46e0
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,10 @@
flex-direction: row;
justify-content: space-evenly;
margin-bottom: 5rem;
border-radius: 15px;
margin: 20px 0;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.hamburger {
Expand All @@ -331,6 +335,9 @@
.hamburger i {
color: white;
font-size: 24px;
list-style: none;
padding: 0;
animation: changeText 10s infinite;
}

@media (max-width: 770px) {
Expand All @@ -339,7 +346,7 @@
}
.hamburger {
color: white;
display: block;
display: block;
}

.container {
Expand All @@ -349,7 +356,9 @@
.container.active {
display: flex;
flex-direction: column;
}
}


}

</style>
Expand Down

0 comments on commit 13d46e0

Please sign in to comment.