Merge pull request 'Remove unnecessary debugging styles' (#6) from remove-debugging-css-border into main
All checks were successful
Build Nginx-based docker image / build-static-assets (push) Successful in 3m17s

Reviewed-on: #6
This commit is contained in:
bustikiller 2024-11-17 12:06:04 +00:00
commit 0b413549cc
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 />