Skip to content

Commit

Permalink
feat: change text on contact view
Browse files Browse the repository at this point in the history
  • Loading branch information
jchojna committed Apr 21, 2024
1 parent 87acd2a commit 36e377b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/styles/mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@

@media only screen and (min-width: $media-m) {
border: none;
font-size: 72px;
font-size: 60px;
margin: 0;
max-width: 60%;
min-width: 380px;
Expand Down
2 changes: 1 addition & 1 deletion src/views/Contact.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
'form'
'social'
'footer';
max-width: 1000px;
width: 100%;

@media only screen and (min-width: $media-m) {
Expand All @@ -34,7 +35,6 @@

border-color: $color-contact-accent;
color: $color-contact-light;
font-size: 3rem;
margin: 0;
text-align: center;
}
Expand Down
2 changes: 1 addition & 1 deletion src/views/Contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Contact = () => {
)}
>
<h2 className={clsx(classes.title, classes.large, classes.contact)}>
Feel free to contact me! I'm open for new opportunities
Looking to bring my talents to an innovative team. Let's chat!
</h2>
<div className={classes.contactDetails}>
{contactDetails.map((details, index) => (
Expand Down

0 comments on commit 36e377b

Please sign in to comment.