Skip to content

Commit 5959232

Browse files
committed
fixed footer, completed styling elements
1 parent 28ca02c commit 5959232

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
@@ -58,7 +58,7 @@ main {
5858
margin: 0 auto calc(var(--space) * 4) auto;
5959
}
6060
footer {
61-
position: center;
61+
position: fixed;
6262
bottom: 0;
6363
text-align: center;
6464
border-top: var(--line);
@@ -105,5 +105,5 @@ article {
105105
article h2,
106106
article p,
107107
article a {
108-
margin: var(--space);
108+
margin: var(--space);
109109
}

0 commit comments

Comments
 (0)