Skip to content

Commit

Permalink
changed logo positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
dejotb committed Jul 28, 2022
1 parent e2adb17 commit 8f994c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<footer class="footer">
<p>Notes 'n Quotes</p>
<div class="footer__logo">
<span>made by:</span>
<!-- <span>made by:</span> -->
<a
class="footer__logo"
href="https://bartosz.website/"
Expand Down
6 changes: 0 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -344,12 +344,6 @@ fieldset {
color: var(--color-white);
}

.footer__logo {
display: flex;
grid-gap: 1rem;
justify-self: end;
}

.footer__logo > img {
width: 10rem;
}
Expand Down

0 comments on commit 8f994c5

Please sign in to comment.