Skip to content

Commit

Permalink
stashing
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Oct 9, 2023
1 parent da9ca2f commit 653c73d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion themes/stanford_basic/dist/css/theme.css

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

8 changes: 6 additions & 2 deletions themes/stanford_basic/src/scss/theme/menu/_local-tasks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
margin-top: 8px;
}

@media (max-width: 609px) {
margin-top: 0;
}

li {
line-height: unset;
}
Expand All @@ -61,8 +65,8 @@
margin-top: 15px;
}

@include grid-media-max('sm') {
margin-top: 0;
@media (max-width: 609px) {
margin-top: -39px;
}
}
}
Expand Down

0 comments on commit 653c73d

Please sign in to comment.