some layout fixes
This commit is contained in:
parent
aade49c382
commit
4e1c083a14
1 changed files with 2 additions and 2 deletions
|
|
@ -161,8 +161,7 @@ nav > div {
|
||||||
.featured-delights {
|
.featured-delights {
|
||||||
& > div {
|
& > div {
|
||||||
max-width: var(--max-content-width);
|
max-width: var(--max-content-width);
|
||||||
margin: 0 auto;
|
margin: 6rem auto;
|
||||||
padding: 4rem 2rem;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
@ -309,6 +308,7 @@ footer {
|
||||||
grid-template-columns: 3fr 2fr 2fr;
|
grid-template-columns: 3fr 2fr 2fr;
|
||||||
max-width: var(--max-content-width);
|
max-width: var(--max-content-width);
|
||||||
margin: 3rem auto;
|
margin: 3rem auto;
|
||||||
|
padding: 1rem 2rem;
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
|
|
||||||
& > :first-child {
|
& > :first-child {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue