Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit e33fd25

Browse files
committed
chore: responsive font size
1 parent 0047454 commit e33fd25

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/features/dashboard/components/Dialogs/RegisterAppDialogSuccess/register-app-dialog-success.module.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
@media (max-width: 768px) {
2020
padding: unset;
2121
}
22+
@media (max-width: 425px) {
23+
font-size: rem(1.2);
24+
}
2225

2326
.title {
2427
font-weight: bold;

0 commit comments

Comments
 (0)