Skip to content

Commit

Permalink
Added requested changes in the css
Browse files Browse the repository at this point in the history
  • Loading branch information
ygowthamr committed Nov 8, 2024
1 parent 452abde commit 41ff069
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1064,6 +1064,10 @@ main {
top: 6%;
right: 1%;
}
.HamBurger {
display: block;
left: 10px;
}
}

/* boxes styling */
Expand Down Expand Up @@ -1755,6 +1759,9 @@ ul {
justify-content: center;
flex-direction: row !important;
}
.box {
width: auto;
}
}

@media (max-width: 574px) {
Expand Down

0 comments on commit 41ff069

Please sign in to comment.