Skip to content

Commit 364d5b2

Browse files
committed
Fix: forgot to commit index CSS
1 parent 13bf733 commit 364d5b2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

assets/css/index.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ h2 {
143143
/* height: var(--element-height); */
144144

145145
img {
146+
max-width: 100%;
146147
height: var(--image-height);
147148
}
148149

@@ -251,6 +252,11 @@ a {
251252
left: 30px;
252253
}
253254

255+
/* Temporary dark theme replacement, will be removed once portfolio items get their previews */
256+
.pf-card img {
257+
content: url('../../assets/images/portfolio/missing/card-black.webp');
258+
}
259+
254260
.pf-card a::before {
255261
opacity: 1;
256262
}

0 commit comments

Comments
 (0)