Skip to content

Commit

Permalink
Fix footer social logo
Browse files Browse the repository at this point in the history
Resolves #122
  • Loading branch information
oodamien committed Aug 28, 2023
1 parent 53dc026 commit 7ace4ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ footer #social-icons {

footer #social-icons a {
height: 40px;
margin-left: 15px;
}

footer #social-icons svg {
width: 40px;
margin-left: 15px;
}

footer #social-icons a:hover svg .cls-1,
Expand Down
4 changes: 2 additions & 2 deletions src/partials/version.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<div class="modal__container" role="dialog" aria-modal="true">
<main class="modal__content" id="modal-versions-content">
<button data-micromodal-close class="modal-versions-close">
<svg width="28px" height="28px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}</style></defs><title/><g id="cross"><line class="cls-1" x1="7" x2="25" y1="7" y2="25"/><line class="cls-1" x1="7" x2="25" y1="25" y2="7"/></g></svg>
<svg width="28px" height="28px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><style>.cls-1h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}</style></defs><title/><g id="cross"><line class="cls-1h" x1="7" x2="25" y1="7" y2="25"/><line class="cls-1h" x1="7" x2="25" y1="25" y2="7"/></g></svg>
</button>
<div class="colset">
<div class="colset">
<div class="col-left">
<ul class="nav-versions">
{{#each site.components}}
Expand Down

0 comments on commit 7ace4ed

Please sign in to comment.