Remove unnecessary debugging styles
All checks were successful
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 3m37s

This commit is contained in:
Manuel Bustillo 2024-11-17 13:02:07 +01:00
parent 814e3bf49b
commit a8899d5ff6
2 changed files with 1 additions and 5 deletions

View File

@ -22,10 +22,6 @@
justify-content: center;
}
.homepage {
border: 1px solid blue;
}
.h2 {
text-align: center;
padding: 2rem;

View File

@ -27,7 +27,7 @@ export default function Home(): JSX.Element {
title={siteConfig.title}
description="Free and Open Soruce software to assist the organization of weddings">
<HomepageHeader />
<main className={styles.homepage}>
<main>
<h2 className={styles.h2}>Features</h2>
<HomepageFeatures />