Skip to content
This repository was archived by the owner on Jul 31, 2020. It is now read-only.

Commit 3648a94

Browse files
committed
sponsor cards, comments in styles.css
1 parent 8fdd582 commit 3648a94

File tree

6 files changed

+6620
-3272
lines changed

6 files changed

+6620
-3272
lines changed

components/sponsorCard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const Sponsor = props => {
44
return (
55
<div className="card sponsor-card">
66
<div className="card-image">
7-
<figure className="image is-4by3">
7+
<figure className="image is-256x256">
88
<img
99
src={`../static/sponsors/${props.sponsor.image}`}
1010
alt={props.sponsor.name}

0 commit comments

Comments
 (0)