🐛 Fixed help popup title design
This commit is contained in:
@@ -18,7 +18,7 @@ const Help = ({ onClose }: { onClose: () => void }) => {
|
||||
onClick={(ev) => ev.stopPropagation()}
|
||||
>
|
||||
<div className='header'>
|
||||
<p className='title'>Comment jouer ?</p>
|
||||
<p className='headerTitle'>Comment jouer ?</p>
|
||||
<button
|
||||
className='closeButton'
|
||||
onClick={onClose}
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
box-shadow: 0 0 3px #ffdccb;
|
||||
clip-path: inset(0 0 -3px 0);
|
||||
|
||||
& > .title {
|
||||
& > .headerTitle {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
max-width: 500px;
|
||||
|
||||
& > .title {
|
||||
margin: 0;
|
||||
font-size: 2em;
|
||||
font-weight: 600;
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user