Skip to content

Commit 5f03a73

Browse files
author
JorvanW
committed
changed 'H1' to 'h1' in style.css
centered the footer and made sure it doesnt overland the content while staying at the bottom of the page
1 parent 1f32cd8 commit 5f03a73

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

Wireframe/style.css

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ As well as useful links to learn more */
2525
--container: 1280px;
2626
}
2727

28-
H1 {
28+
h1 {
2929
display: flex;
30-
justify-content: center;
30+
justify-content: center;
3131
}
3232

3333
#git-branch-image {
34-
height: 107%
34+
height: 107%;
3535
}
3636

3737
#git-branch-article h2 {
38-
margin-top: 55px;
38+
margin-top: 55px;
3939
}
4040
/* ====== Base Elements ======
4141
General rules for basic HTML elements in any context */
@@ -63,9 +63,8 @@ main {
6363
margin: 0 auto calc(var(--space) * 4) auto;
6464
}
6565
footer {
66-
position: fixed;
67-
bottom: 0;
68-
text-align: center;
66+
display: flex;
67+
justify-content: center;
6968
}
7069
/* ====== Articles Grid Layout ====
7170
Setting the rules for how articles are placed in the main element.

0 commit comments

Comments
 (0)