Skip to content

Commit

Permalink
fixed styles
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Nov 20, 2024
1 parent 1de3f85 commit 0d15f31
Show file tree
Hide file tree
Showing 2 changed files with 19 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 @@ -14,8 +14,10 @@
}

.ds-entity--stanford-person {
text-align: center;

.su-person-photo {
@include margin(0);
@include margin(0 auto);
@include padding(30px 30px 0);
}

Expand All @@ -35,3 +37,18 @@
margin-bottom: 1.0rem;
}
}

.view {
.ds-entity--stanford-person {
text-align: left;
}

.su-person-photo {
@include margin(0);
@include padding(30px 0);

picture, img {
max-width: 140px;
}
}
}

0 comments on commit 0d15f31

Please sign in to comment.