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
All checks were successful
Build Nginx-based docker image / build-static-assets (push) Successful in 3m17s
Reviewed-on: #6
This commit is contained in:
commit
0b413549cc
@ -22,10 +22,6 @@
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.homepage {
|
||||
border: 1px solid blue;
|
||||
}
|
||||
|
||||
.h2 {
|
||||
text-align: center;
|
||||
padding: 2rem;
|
||||
|
@ -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 />
|
||||
|
Loading…
x
Reference in New Issue
Block a user