Skip to content

Commit d97a360

Browse files
committed
fix style
1 parent 55a70a6 commit d97a360

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/buttons/button.module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
user-select: none;
55
cursor: pointer;
66
color: white;
7-
font-size: 2.4rem;
7+
font-size: 1.5rem;
88
border: none;
99
border-radius: 100%;
1010
padding: 10px 0;
@@ -50,7 +50,7 @@
5050
user-select: none;
5151
cursor: pointer;
5252
color: white;
53-
font-size: 1.6rem;
53+
font-size: 1rem;
5454
border: none;
5555
border-radius: 64px;
5656
background-color: var(--primary);

components/projectPage/ProjectPage.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@
6262
}
6363

6464
.description {
65-
font-size: 1.556rem; // Based on 9px.
65+
font-size: 1rem; // Based on 16px.
6666
}
6767
}

0 commit comments

Comments
 (0)