mirror of
https://github.com/httpjamesm/AnonymousOverflow-hub.git
synced 2024-12-06 19:16:18 +01:00
style: center logo
This commit is contained in:
+8
-6
@@ -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>
|
||||
|
||||
@@ -19,6 +19,12 @@
|
||||
position: relative;
|
||||
color: white;
|
||||
|
||||
.brandingContainer {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user