Skip to content

Commit 9c166f9

Browse files
committed
Style: make footer information look horizontal insted of vertical
1 parent 45f27bd commit 9c166f9

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Wireframe/style.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,22 @@ main > article:first-child {
8181
footer {
8282
position: fixed;
8383
bottom: 0;
84+
left: 0;
85+
width: 100%;
8486
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;
85100
}
86101

87102
article {

0 commit comments

Comments
 (0)