Skip to content

Commit

Permalink
Fix Desktop large
Browse files Browse the repository at this point in the history
Signed-off-by: Kipruto <[email protected]>
  • Loading branch information
kelvinkipruto committed Nov 30, 2023
1 parent 50d477e commit 58b437b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -442,4 +442,11 @@
}
}


@include media-breakpoint-up(desktop) {
.wrapper {
width: 1120px;
}
}

}

0 comments on commit 58b437b

Please sign in to comment.