Skip to content

Commit

Permalink
positionnement du footer
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpochat committed Nov 13, 2024
1 parent 8ea6b4e commit 37ce7a0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
10 changes: 8 additions & 2 deletions frontend/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions frontend/app/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}

#root > div {
min-height: 100vh;
display: grid;
grid-template-rows: 1fr auto;
}
2 changes: 1 addition & 1 deletion frontend/app/src/layouts/producer/AnonymousLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default function AnonymousLayout() {
marginBottom: '2rem'
}}>
<Typography variant='h3'>Simplifiez la vente directe de votre viande !</Typography>
<Typography variant='h5'>Transformez votre étable en boutique en ligne avec viandeendirect.eu</Typography>
<Typography>Transformez votre étable en boutique en ligne avec viandeendirect.eu</Typography>
</Box>

<Box sx={functionDescriptionStyle}>
Expand Down

0 comments on commit 37ce7a0

Please sign in to comment.