PostService section + little tweaking

This commit is contained in:
2022-11-03 18:23:23 +02:00
parent e265f25d2c
commit 418ff0a2b2
8 changed files with 74 additions and 12 deletions

View File

@@ -39,7 +39,7 @@ export const Contact = () => {
/>
</a>
</div>
<span className={styles.separator} />
<span className='separator' />
</section>
);
};