Skip to content

Commit

Permalink
1440 breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
RitikaDesai98 committed Sep 6, 2024
1 parent 13424dd commit cdfdfbe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,16 @@ footer.site-footer .contact {

html{
scroll-behavior: smooth;
}

.row{
max-width: 90rem;
}

.grid-container {
max-width: 90rem;
}

hr{
max-width: 90rem;
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
left: 0 !important;

.sticky-header-width{
max-width: 75rem;
max-width: 90rem;
margin-left: auto;
margin-right: auto;
}
Expand Down

0 comments on commit cdfdfbe

Please sign in to comment.