|
|
@ -100,6 +100,11 @@ main .team figure {
|
|
|
|
background-color: #fff;
|
|
|
|
background-color: #fff;
|
|
|
|
padding: 1em;
|
|
|
|
padding: 1em;
|
|
|
|
margin: 0;
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
transition: all .1s linear;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
main .team figure:hover {
|
|
|
|
|
|
|
|
background-color: #ff4e6c;
|
|
|
|
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
main .team figure, main .team figure * { cursor: pointer }
|
|
|
|
main .team figure, main .team figure * { cursor: pointer }
|
|
|
|
main .team figure img { width: 100% }
|
|
|
|
main .team figure img { width: 100% }
|
|
|
@ -167,6 +172,7 @@ footer img:hover { transform: scale(1.1) }
|
|
|
|
max-width: var(--width);
|
|
|
|
max-width: var(--width);
|
|
|
|
padding: 3em;
|
|
|
|
padding: 3em;
|
|
|
|
background-color: #fff;
|
|
|
|
background-color: #fff;
|
|
|
|
|
|
|
|
color: #324c9c;
|
|
|
|
transform: translate(0, -2em);
|
|
|
|
transform: translate(0, -2em);
|
|
|
|
transition: transform .2s ease-out;
|
|
|
|
transition: transform .2s ease-out;
|
|
|
|
}
|
|
|
|
}
|
|
|
|