There was an error while loading. Please reload this page.
1 parent c06f400 commit 0d0fc95Copy full SHA for 0d0fc95
1 file changed
Wireframe/style.css
@@ -74,19 +74,24 @@ header, main {
74
75
main {
76
max-width: var(--container);
77
- margin: 0 auto calc(var(--space) * 4) auto;
+ margin: 0 auto calc(var(--space) * 10) auto;
78
+
79
+ min-height: 110dvh;
80
+ display: grid;
81
}
82
83
footer {
- margin-top:auto;
84
+ position: fixed;
85
+ bottom: 0;
86
+ font-size: smaller;
87
width: 100%;
- margin-inline: auto;
88
+ height: auto;;
89
text-align: center;
- background-color: #eee;
- padding: 60px 0;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
90
+ background-color: #ababab;
91
+ padding: 10px 0;
92
93
94
95
96
97
/* ====== Articles Grid Layout ====
0 commit comments