🐛 Fixed help popup title design

This commit is contained in:
2024-02-18 17:22:32 +01:00
parent 05854e384f
commit b7ff232f34
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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}
+1 -1
View File
@@ -29,7 +29,7 @@
box-shadow: 0 0 3px #ffdccb;
clip-path: inset(0 0 -3px 0);
& > .title {
& > .headerTitle {
font-size: 1.5em;
}
+1
View File
@@ -8,6 +8,7 @@
max-width: 500px;
& > .title {
margin: 0;
font-size: 2em;
font-weight: 600;
text-align: center;