Skip to content

Commit

Permalink
share
Browse files Browse the repository at this point in the history
  • Loading branch information
royalfig committed Jul 21, 2023
1 parent 3ff7d72 commit bbd370e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/css/components/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ dialog {
&[open] {
display: flex;
flex-direction: column;
gap: var(--var-spacing-02);
gap: var(--spacing-02);
}

.sm-icon-button {
width: max-content;
}

h2 {
margin-block: 0 var(--spacing-04);
margin: 0;
text-transform: uppercase;
}
}
Expand Down
2 changes: 1 addition & 1 deletion partials/header.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
<div class="sm-flex-h">
<h2>Share it up</h2>
<button class="sm-circle-icon-button sm-share-close">
<svg aria-hidden='true'><use href='#sm-close-icon'></use></svg>
<svg aria-hidden='true' aria-label="close share menu"><use href='#sm-close-icon'></use></svg>
</button>
</div>
<a
Expand Down

0 comments on commit bbd370e

Please sign in to comment.