There was an error while loading. Please reload this page.
1 parent acd8a37 commit bb9b076Copy full SHA for bb9b076
1 file changed
Wireframe/style.css
@@ -23,18 +23,15 @@ svg {
23
object-fit: cover;
24
}
25
/* ====== Site Layout ====== */
26
+header,
27
main {
28
max-width: var(--container);
29
margin: 0 auto calc(var(--space) * 4) auto;
30
31
footer {
- position: fixed;
32
- bottom: 0;
33
- left: 0;
34
width: 100%;
35
background: white;
36
border-top: 1px solid black;
37
- z-index: 9999;
38
39
/* ====== Articles Grid Layout ==== */
40
0 commit comments