We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a70a6 commit d97a360Copy full SHA for d97a360
components/buttons/button.module.scss
@@ -4,7 +4,7 @@
4
user-select: none;
5
cursor: pointer;
6
color: white;
7
- font-size: 2.4rem;
+ font-size: 1.5rem;
8
border: none;
9
border-radius: 100%;
10
padding: 10px 0;
@@ -50,7 +50,7 @@
50
51
52
53
- font-size: 1.6rem;
+ font-size: 1rem;
54
55
border-radius: 64px;
56
background-color: var(--primary);
components/projectPage/ProjectPage.module.scss
@@ -62,6 +62,6 @@
62
}
63
64
.description {
65
- font-size: 1.556rem; // Based on 9px.
+ font-size: 1rem; // Based on 16px.
66
67
0 commit comments