minor design stuff, style front page info block and add more circle headings

This commit is contained in:
2024-06-10 11:13:59 +02:00
parent f7debf565d
commit 2dab1937d2
10 changed files with 91 additions and 37 deletions
+3 -4
View File
@@ -7,9 +7,6 @@ import { LogoNeuf } from "../general/Logo";
export const Footer = () => {
return (
<footer className={styles.footer}>
<div className={styles.logo}>
<LogoNeuf />
</div>
<div className={styles.contact}>
<ul className={styles.contactList}>
<li className={styles.contactItem}>
@@ -87,7 +84,9 @@ export const Footer = () => {
</li>
</ul>
</div>
<NeonChillPig />
<div className={styles.pig}>
<NeonChillPig />
</div>
<ToTop />
</footer>
);