🎨 enlève l'effet bizarre au hover sur le bouton recommencer
parent
c97b2cb13a
commit
b40ec55e8f
|
@ -160,7 +160,7 @@
|
|||
opacity: 0.6;
|
||||
border: none;
|
||||
padding: 0;
|
||||
|
||||
will-change: transform;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
|
|
|
@ -61,7 +61,7 @@ class SocialSecurity extends Component<Props, {}> {
|
|||
</p>
|
||||
)}
|
||||
<br />
|
||||
<h2 style={{ textAlign: 'center' }}>
|
||||
<h2 style={{ textAlign: 'center', marginBottom: '2rem' }}>
|
||||
{emoji('🧭')} Que souhaitez vous estimer ?
|
||||
</h2>
|
||||
<Link
|
||||
|
|
Loading…
Reference in New Issue