Skip to content

Commit

Permalink
Fix typo in item-image class
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Mar 10, 2020
1 parent f060e77 commit 8a68c97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ body {
background: #666;
}
.item-camera,
item-image {
.item-image {
width: 100%;
height: 100%;
background-size: cover;
Expand Down
2 changes: 1 addition & 1 deletion styles/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@ body {
}
}

.item-camera, item-image {
.item-camera, .item-image {
width: 100%;
height: 100%;
background-size: cover;
Expand Down

0 comments on commit 8a68c97

Please sign in to comment.