Skip to content

Commit bb9b076

Browse files
committed
Header layout alignment with main content and removal of fixed footer positioning
1 parent acd8a37 commit bb9b076

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Wireframe/style.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,15 @@ svg {
2323
object-fit: cover;
2424
}
2525
/* ====== Site Layout ====== */
26+
header,
2627
main {
2728
max-width: var(--container);
2829
margin: 0 auto calc(var(--space) * 4) auto;
2930
}
3031
footer {
31-
position: fixed;
32-
bottom: 0;
33-
left: 0;
3432
width: 100%;
3533
background: white;
3634
border-top: 1px solid black;
37-
z-index: 9999;
3835
}
3936
/* ====== Articles Grid Layout ==== */
4037
main {

0 commit comments

Comments
 (0)