Skip to content

Commit

Permalink
Merge pull request #111 from hoangsonww/homepage-enhancements
Browse files Browse the repository at this point in the history
Update: Updated app stylings (#110)
  • Loading branch information
hoangsonww authored Mar 19, 2024
2 parents c610631 + 4bbdab7 commit fcd5033
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions MovieVerse-Frontend/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1883,6 +1883,7 @@ canvas {
}

@media (max-width: 840px) {

#my-heading {
margin-left: 0;
}
Expand Down Expand Up @@ -2159,7 +2160,6 @@ canvas {
display: flex;
flex-direction: column;
align-items: center;
margin-left: -2.5px !important;
}

#clear-search-btn {
Expand All @@ -2169,6 +2169,7 @@ canvas {
.watchlist-buttons-container {
margin-left: -3px;
}

}

.year-input-container {
Expand Down Expand Up @@ -2946,4 +2947,4 @@ footer p:hover {
.notification-modal ul li {
padding: 10px 0;
border-bottom: 1px solid #eee;
}
}

0 comments on commit fcd5033

Please sign in to comment.