Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Nov 20, 2024
1 parent 67a020a commit 2689a8e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.

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 @@ -3,7 +3,8 @@

// Make the people referenced entity pictures circles.
.su-person-photo {
@include padding(30px 60px 30px 0);
@include margin(0 auto);
@include padding(30px);
max-width: 300px;

picture,
Expand All @@ -13,6 +14,10 @@
}

.ds-entity--stanford-person {
.su-person-photo {
@include margin(0);
@include padding(30px 60px 30px 0);
}

a {
color: $su-color-bright-red;
Expand Down

0 comments on commit 2689a8e

Please sign in to comment.