Skip to content

Commit

Permalink
removed unnecessary styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sanidhiya-khandelwal committed Nov 16, 2023
1 parent 75c4196 commit 70977a3
Showing 1 changed file with 0 additions and 51 deletions.
51 changes: 0 additions & 51 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ header {
}

/* hero section styling */

.hero-section {
margin-top: 5rem;
}
Expand Down Expand Up @@ -349,56 +348,6 @@ a {
margin-bottom: 2rem;
}

/* media queries */
@media all and (width<=1000px) {
.states-restaurant p {
font-size: 0.9rem;
}

.states-restaurant img {
width: 10px;
}
}

@media all and (width<=830px) {

/* hero section */
.states-container {
width: 100%;
}

.states-restaurant {
width: 45%;
height: 20px;
}

.states-restaurant p {
font-size: 1rem;
}

.states-restaurant img {
width: 9px;
}

/* Footer */

.footer-header {
margin-top: 4rem;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 15px;
}

.footer-img {
margin-bottom: 24px;
}

.footer-header-drop-down {
/* flex-wrap: wrap; */
}

}

@media all and (width<=500px) {
header {
Expand Down

0 comments on commit 70977a3

Please sign in to comment.