Scope font size

master
Bob Mottram 2019-09-04 14:39:57 +01:00
parent 245f4471ef
commit 5b68a63235
1 changed files with 6 additions and 0 deletions

View File

@ -840,6 +840,9 @@ input[type=checkbox]
font-size: var(--font-size);
width: 20%;
}
.scope-desc {
font-size: 32px;
}
}
@media screen and (max-width: 1000px) {
@ -974,4 +977,7 @@ input[type=checkbox]
font-size: 35px;
width: 20%;
}
.scope-desc {
font-size: 35px;
}
}