Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
noamilsh committed Jul 10, 2022
1 parent aa33921 commit 449fdf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/buttons/button.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
user-select: none;
cursor: pointer;
color: white;
font-size: 2.4rem;
font-size: 1.5rem;
border: none;
border-radius: 100%;
padding: 10px 0;
Expand Down Expand Up @@ -50,7 +50,7 @@
user-select: none;
cursor: pointer;
color: white;
font-size: 1.6rem;
font-size: 1rem;
border: none;
border-radius: 64px;
background-color: var(--primary);
Expand Down
2 changes: 1 addition & 1 deletion components/projectPage/ProjectPage.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
}

.description {
font-size: 1.556rem; // Based on 9px.
font-size: 1rem; // Based on 16px.
}
}

0 comments on commit 449fdf3

Please sign in to comment.