generated from lucien/actix-react-template
Merge branch 'main_page' of ssh://git.leizour.fr:222/RedCrab/projet-nuitinfo-2024 into main_page
This commit is contained in:
commit
3794ccd70d
2 changed files with 2 additions and 1 deletions
|
@ -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',
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
import Button from "./Button";
|
||||
import ButtonLink from "./ButtonLink";
|
||||
import NavBar from "./NavBar";
|
||||
|
||||
export default function FstSection () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue