There was an error while loading. Please reload this page.
1 parent 8746c7d commit 3b239c7Copy full SHA for 3b239c7
1 file changed
Wireframe/style.css
@@ -94,6 +94,7 @@ footer {
94
position: fixed;
95
bottom: 0;
96
text-align: center;
97
+ border-top: 1px soild black;
98
width: 100%;
99
}
100
/* ====== Articles Grid Layout ====
@@ -128,12 +129,7 @@ article {
128
129
130
> img {
131
grid-column: span 3;
- max-height: 250px;
132
- object-fit: contain;
133
- border-bottom: var(--line);
134
- padding-bottom: var(--space);
135
- background-color: transparent;
136
- display: block;
+
137
138
139
0 commit comments