Remove unnecessary debugging styles
All checks were successful
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 3m37s
All checks were successful
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 3m37s
This commit is contained in:
parent
814e3bf49b
commit
a8899d5ff6
@ -22,10 +22,6 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.homepage {
|
|
||||||
border: 1px solid blue;
|
|
||||||
}
|
|
||||||
|
|
||||||
.h2 {
|
.h2 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
|
@ -27,7 +27,7 @@ export default function Home(): JSX.Element {
|
|||||||
title={siteConfig.title}
|
title={siteConfig.title}
|
||||||
description="Free and Open Soruce software to assist the organization of weddings">
|
description="Free and Open Soruce software to assist the organization of weddings">
|
||||||
<HomepageHeader />
|
<HomepageHeader />
|
||||||
<main className={styles.homepage}>
|
<main>
|
||||||
<h2 className={styles.h2}>Features</h2>
|
<h2 className={styles.h2}>Features</h2>
|
||||||
|
|
||||||
<HomepageFeatures />
|
<HomepageFeatures />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user