forked from indymedia/epicyon
Scope font size
parent
245f4471ef
commit
5b68a63235
|
@ -840,6 +840,9 @@ input[type=checkbox]
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
width: 20%;
|
width: 20%;
|
||||||
}
|
}
|
||||||
|
.scope-desc {
|
||||||
|
font-size: 32px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1000px) {
|
@media screen and (max-width: 1000px) {
|
||||||
|
@ -974,4 +977,7 @@ input[type=checkbox]
|
||||||
font-size: 35px;
|
font-size: 35px;
|
||||||
width: 20%;
|
width: 20%;
|
||||||
}
|
}
|
||||||
|
.scope-desc {
|
||||||
|
font-size: 35px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue