We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b076371 commit 8944151Copy full SHA for 8944151
data/sf.yaml
@@ -44,3 +44,4 @@ speakers:
44
talk: presenting and discovering our identities through social software
45
- name: Nat Alison
46
twitterLink: tesseralis
47
+ talk: how the Pokémon game series implement gender in design and gameplay
src/components/Speakers/elements.js
@@ -106,7 +106,7 @@ export const ListItem = styled.li`
106
background: #1e1126;
107
width: 220px;
108
padding: 20px;
109
- transform: translateY(-85%);
+ transform: translateY(-90%);
110
border-radius: 10px;
111
border: 3px solid white;
112
transition: opacity 200ms ease;
0 commit comments