Skip to content

Commit aff40fe

Browse files
committed
Merge branch 'master' of github.com:SaraVieira/queerjs into refctor
2 parents 06b4cb0 + 3fe0420 commit aff40fe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/components/Speakers/elements.js

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export const SpeakerPhoto = styled.div`
2020
border-radius: 100%;
2121
overflow: hidden;
2222
transition: 0.2s;
23+
line-height: 0;
2324
2425
&:hover {
2526
transform: scale(1.1) rotate(-5deg);

src/components/Speakers/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ const Speakers = ({ noSpeak, speakers, cfp, dataset, organizers }) => {
2626
<SpeakerPhoto>
2727
<InlineRainbow flag={human.colors} />
2828
<img
29-
width="221"
30-
height="221"
29+
width="240"
30+
height="240"
3131
src={`https://avatars.io/twitter/${human.twitterLink}`}
3232
alt={human.name}
3333
/>

0 commit comments

Comments
 (0)