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

Commit 66c0978

Browse files
Hubert KosterHubert Koster
authored andcommitted
chore: fixing font
1 parent f19fd1f commit 66c0978

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/features/dashboard/components/AppForm/app-form.module.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,9 @@ fieldset .customTextInput:last-child {
194194
.termsOfConditionRegister {
195195
font-size: rem(1);
196196
text-align: center;
197+
@media screen and (min-width: 992px) {
198+
font-size: rem(1.4);
199+
}
197200
}
198201

199202
.buttons {

0 commit comments

Comments
 (0)