Skip to content

Commit 1da9726

Browse files
committed
Set a max-width on headshots
1 parent a7f4ebe commit 1da9726

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

slides/dependencies/themes/github/css/overrides.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ html, body, .reveal{
1818
img{
1919
height: auto !important;
2020
width: 100% !important;
21+
}
2122

23+
img.headshot {
24+
max-width: 50%;
2225
}
2326

2427
.reveal .roll span:after{

slides/dependencies/themes/github/css/theme.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ img {
2727
height: auto !important;
2828
width: 100% !important; }
2929

30+
img.headshot {
31+
max-width: 50%; }
32+
3033
.reveal .roll span:after {
3134
content: none; }
3235

0 commit comments

Comments
 (0)