Merge branch 'main_page' of ssh://git.leizour.fr:222/RedCrab/projet-nuitinfo-2024 into main_page

This commit is contained in:
iMax 2024-12-06 04:53:32 +01:00
commit 3794ccd70d
2 changed files with 2 additions and 1 deletions

View file

@ -49,7 +49,7 @@ export default function ArticlesSection() {
}, []);
return (
<div className="row" style={{
<div className="row" id="articles" style={{
display: 'flex',
flexWrap: 'wrap',
justifyContent: 'space-around',

View file

@ -1,4 +1,5 @@
import Button from "./Button";
import ButtonLink from "./ButtonLink";
import NavBar from "./NavBar";
export default function FstSection () {