Skip to content

Commit

Permalink
Fix connect large screen
Browse files Browse the repository at this point in the history
Signed-off-by: Kipruto <[email protected]>
  • Loading branch information
kelvinkipruto committed Nov 17, 2023
1 parent a7e4054 commit cdb7ac3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.

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 @@ -157,7 +157,7 @@ $font-family_2: Open Sans;
padding: 148px 120px;
}

@include media-breakpoint-up(large) {
@include media-breakpoint-up(xlarge) {
padding: 134px 388px;
}

Expand Down

0 comments on commit cdb7ac3

Please sign in to comment.