Skip to content

Commit

Permalink
Fix typo in css class name "comminuty" -> "community"
Browse files Browse the repository at this point in the history
See #63
  • Loading branch information
jcfr committed Aug 19, 2020
1 parent 7382c96 commit c30d41b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _includes/callouts.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h3 class="subtitle is-6 has-text-grey-light">{{ page.download_callout_subtitle}
</div>
</div>
<div class="column">
<div class="card section callout-card comminuty-card-bg">
<div class="card section callout-card community-card-bg">
<div class="content has-text-centered">
<div class="subtitle is-2">{{ page.community_callout_title}}</div>
<hr class="hr">
Expand Down
4 changes: 2 additions & 2 deletions _sass/classes.sass
Original file line number Diff line number Diff line change
Expand Up @@ -280,15 +280,15 @@
text-align: center

// community card background ====================================
.comminuty-card-bg
.community-card-bg
background-image: url("/assets/img/slicer-community-card-bg.svg")
background-repeat: no-repeat
background-position: left bottom
background-size: 90%
.content
margin-bottom: 40px

.comminuty-card-bg-with-image
.community-card-bg-with-image
background-image: url("/assets/img/slicer-community-card-bg.jpg")
background-repeat: no-repeat
background-position: left bottom
Expand Down

0 comments on commit c30d41b

Please sign in to comment.