Skip to content

Commit

Permalink
image-background
Browse files Browse the repository at this point in the history
  • Loading branch information
gregpr07 committed Jul 1, 2020
1 parent ad3569a commit e48be92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/css/images.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@
.cc-left img {
margin: auto 1px;
}

.image-card {
background: white;
border-radius: 0.25rem !important;
}
2 changes: 1 addition & 1 deletion src/pages/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ class Search extends React.Component {
key={sitem.material_url}
className="col-lg-4 col-md-4 col-6 image mb-5"
>
<div className="mx-auto">
<div className="mx-auto image-card">
<div className="image-container">
<a href={sitem.material_url} target="_blank">
<div
Expand Down

0 comments on commit e48be92

Please sign in to comment.