Skip to content

Commit

Permalink
fixup to spacing and wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Oct 6, 2023
1 parent fc9e472 commit 7b07e50
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 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.

12 changes: 7 additions & 5 deletions themes/stanford_basic/src/scss/theme/menu/_local-tasks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@

li {
line-height: unset;

a {
padding: 15px;
}
}
}

Expand Down Expand Up @@ -104,12 +100,18 @@
}

a {
@include padding(10px null);
@include padding(15px);
font-weight: 400;
color: $su-color-white;
background-color: $su-color-bright-blue;
border-right: 1px solid #00548f;
border-bottom: 1px solid #00548f;
text-decoration: none;
text-wrap: nowrap;

@include grid-media-max('sm') {
padding: 10px 5px;
}
}

a {
Expand Down

0 comments on commit 7b07e50

Please sign in to comment.