There was an error while loading. Please reload this page.
1 parent 45f27bd commit 9c166f9Copy full SHA for 9c166f9
1 file changed
Wireframe/style.css
@@ -81,7 +81,22 @@ main > article:first-child {
81
footer {
82
position: fixed;
83
bottom: 0;
84
+ left: 0;
85
+ width: 100%;
86
text-align: center;
87
+ background-color: var(--paper);
88
+ border-top: var(--line);
89
+ padding: 15px 0;
90
+ z-index: 1000;
91
+ display: flex;
92
+ justify-content: center;
93
+ gap: var(--space);
94
+ align-items: center;
95
+}
96
+
97
+footer p, footer address {
98
+ margin: 5px 0;
99
+ font-size: 0.9rem;
100
}
101
102
article {
0 commit comments