Skip to content

Commit 3b239c7

Browse files
committed
Add top border to footer
1 parent 8746c7d commit 3b239c7

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

Wireframe/style.css

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ footer {
9494
position: fixed;
9595
bottom: 0;
9696
text-align: center;
97+
border-top: 1px soild black;
9798
width: 100%;
9899
}
99100
/* ====== Articles Grid Layout ====
@@ -128,12 +129,7 @@ article {
128129

129130
> img {
130131
grid-column: span 3;
131-
max-height: 250px;
132-
object-fit: contain;
133-
border-bottom: var(--line);
134-
padding-bottom: var(--space);
135-
background-color: transparent;
136-
display: block;
132+
137133
}
138134

139135

0 commit comments

Comments
 (0)