Skip to content

Commit

Permalink
Copy, styling tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
theruther4d committed Jul 27, 2021
1 parent d863968 commit 207ef5e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function Footer() {

return (
<footer className="footer">
<div className="contact" id="get-in-touch">
<div className="contact noprint" id="get-in-touch">
<figure
className={cn("noprint", {
failed,
Expand Down
6 changes: 0 additions & 6 deletions src/footer/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -307,12 +307,6 @@ $img_size: 173px;
.email-wrap {
display: flex;
flex-direction: column;

@media print {
position: fixed;
top: 0;
right: 0;
}
}

.email,
Expand Down
2 changes: 1 addition & 1 deletion src/history/history.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $horizontal_breakpoint: 724px;
max-width: none;
justify-content: flex-start;
margin-top: 1rem;
margin-bottom: -0.75rem;
margin-bottom: -1.25rem;
}

main {
Expand Down
2 changes: 1 addition & 1 deletion src/stats/stats.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ $black: darken($primary, 35);
}

.languages {
margin-top: 1.5rem;
margin-top: 0.75rem;
}
}
}

1 comment on commit 207ef5e

@vercel
Copy link

@vercel vercel bot commented on 207ef5e Jul 27, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.