Skip to content

Commit c6c73dc

Browse files
committed
arreglo rapido del margin del footer
1 parent 569c52a commit c6c73dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<link rel="stylesheet"
1616
href="https://pablosch26.github.io/keepcoding-html-css-submission-2/styles/components/components.css">
1717
<link rel="stylesheet" href="https://pablosch26.github.io/keepcoding-html-css-submission-2/styles/banner.css">
18-
<link rel="stylesheet" href="https://pablosch26.github.io/keepcoding-html-css-submission-2/styles/footer.css">
18+
<link rel="stylesheet" href="./styles/footer.css">
1919
<link rel="stylesheet"
2020
href="https://pablosch26.github.io/keepcoding-html-css-submission-2/styles/components/illustration-image.css">
2121
<link rel="stylesheet"

styles/footer.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.footer {
2-
margin-top: -9.5rem;
2+
margin-top: -9.4rem;
33
padding-top: 2rem;
44

55
display: flex;

0 commit comments

Comments
 (0)