Skip to content

Commit

Permalink
About
Browse files Browse the repository at this point in the history
  • Loading branch information
haishanh committed Oct 6, 2023
1 parent 3e5435c commit 96ab4ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/about/About.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
@media screen and (min-width: 30em) {
padding: 10px 40px;
}

p {
margin: 5px 0;
}
}

.mono {
Expand All @@ -12,7 +16,10 @@
.link {
color: var(--color-text-secondary);
display: inline-flex;
gap: 5px;
align-items: center;
}

.link:hover {
color: var(--color-text-highlight);
}

0 comments on commit 96ab4ed

Please sign in to comment.