Skip to content

Commit

Permalink
menu, project-cards responsive issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
devshashtag committed Sep 12, 2024
1 parent a8c3a8a commit 83b99b4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions assets/css/styles.css

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

2 changes: 1 addition & 1 deletion assets/scss/components/_navbar-toggle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
padding: 10px 5px;
cursor: pointer;

@include breakpoint(md) {
@include breakpoint(sm) {
display: none;
}

Expand Down
2 changes: 1 addition & 1 deletion assets/scss/layout/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ header.header {
}

// desktop styles
@include breakpoint(md) {
@include breakpoint(sm) {
position: static;

flex-direction: row;
Expand Down
2 changes: 1 addition & 1 deletion assets/scss/pages/_projects.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ main.projects {

padding: 1rem;

@include breakpoint(md) {
@include breakpoint(sm) {
grid-template-columns: repeat(2, 1fr);
}

Expand Down

0 comments on commit 83b99b4

Please sign in to comment.