Skip to content

Commit e1dc8cf

Browse files
Rename footer class to match HTML structure
1 parent 1b86361 commit e1dc8cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Wireframe/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ article h2 {
8989
}
9090

9191
/* ====== Footer ====== */
92-
.footer {
92+
footer {
9393
position: fixed;
9494
bottom: 0;
9595
text-align: center;
@@ -102,6 +102,6 @@ article h2 {
102102
border-top: var(--line);
103103
}
104104

105-
.footer p {
105+
footer p {
106106
margin: 0;
107107
}

0 commit comments

Comments
 (0)