Skip to content

Commit

Permalink
change class and add it to concierge card
Browse files Browse the repository at this point in the history
  • Loading branch information
marcochavezf committed Nov 5, 2022
1 parent 347d2ac commit 504fbc2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/_includes/hub-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<img class="icon" src="{{ hub.icon }}" alt="{{ hub.href }}"/>
</div>
<div class="body">
<h3 class="title hub">{{ hub.title }}</h3>
<h3 class="title with-margin">{{ hub.title }}</h3>
<p class="description">{{ hub.description }}</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h1 class="title">
<!-- Concierge button at the bottom of the page -->
<a class="card get-help" href="{{ CONCIERGE_CHAT_URL }}" target="_blank">
<div class="body">
<h3 class="title">Didn't find what you were looking for?</h3>
<h3 class="title with-margin">Didn't find what you were looking for?</h3>
<p class="description">Concierge is here to answer all your questions.</p>
</div>
<div class="submit-button">
Expand Down
2 changes: 1 addition & 1 deletion docs/_sass/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ button {
padding: 0;
margin: 0;

&.hub {
&.with-margin {
margin: 0 0 8px 0;
}
}
Expand Down

0 comments on commit 504fbc2

Please sign in to comment.