Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoy-12 committed Mar 29, 2024
1 parent d10d333 commit 6134d0c
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -507,4 +507,37 @@ tr{

tr:hover{
background-color: #da8702;
}


@media (max-width: 900px){
.header-element{
display: flex;
flex-direction: column;
width: 100%;
}

.content{
width: 100%;
}

.find-us{
display: flex;
flex-direction: column;
}

.maps{
width: 100%;
}

.find-us-content{
max-width: 100%;
}
}

@media (max-width: 500px){
.wrapper{
display: flex;
flex-direction: column;
}
}

0 comments on commit 6134d0c

Please sign in to comment.