style: center logo

This commit is contained in:
httpjamesm
2024-06-11 01:02:49 -04:00
parent 4bcb4c6c6c
commit c15357278b
2 changed files with 14 additions and 6 deletions
+8 -6
View File
@@ -11,12 +11,14 @@ const Home = () => {
</div>
<div className={styles.wrapper}>
<main className={styles.container}>
<Image
src="/codecircles.webp"
alt="Anonymous Overflow"
width={200}
height={200}
/>
<div className={styles.brandingContainer}>
<Image
src="/codecircles.webp"
alt="Anonymous Overflow"
width={200}
height={200}
/>
</div>
<div style={{ margin: "5rem 0" }} />
<InstancesSection />
</main>
+6
View File
@@ -19,6 +19,12 @@
position: relative;
color: white;
.brandingContainer {
width: 100%;
display: flex;
justify-content: center;
}
h1 {
text-align: center;
}