footer component

This commit is contained in:
María
2025-07-29 14:09:56 +02:00
committed by María
parent 329a7ef7c0
commit 8a92b3d1f9
14 changed files with 146 additions and 11 deletions

View File

@@ -156,7 +156,6 @@ body {
font-size: var(--default-font-size, 16px);
height: 100dvh;
color: var(--color-black);
margin: 0 var(--layout-padding-x, 32px);
background-color: var(--color-background-extra-light);
}
@@ -165,6 +164,10 @@ body footer {
top: 100dvh;
}
header, main {
margin: 0 var(--layout-padding-x, 32px);
}
html {
scroll-behavior: smooth;
}