Skip to content

Commit 48a30a6

Browse files
committed
changed the size to 15px
1 parent 336c83c commit 48a30a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Error/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
h3 {
22
max-width: 100%;
33
overflow-wrap: break-word;
4-
font-size: 16px;
4+
font-size: 15px;
55
}/*# sourceMappingURL=style.css.map */

src/components/Error/css/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
h3{
33
max-width: 100%;
44
overflow-wrap: break-word;
5-
font-size: 16px;
5+
font-size: 15px;
66
}

0 commit comments

Comments
 (0)