style update

This commit is contained in:
Jack 2020-10-05 18:01:45 +01:00
parent 811e6205ed
commit 9f9f1179e3
2 changed files with 5 additions and 2 deletions

View file

@ -384,7 +384,7 @@ a:hover {
grid-template-columns: 1fr 1fr;
gap: 1rem;
align-items: center;
justify-items: center;
justify-items: left;
}
.check {
@ -419,6 +419,9 @@ a:hover {
}
}
.typographyCheck {
grid-row: 2;
grid-column: 1/3;
span {
display: block;
font-size: 0.76rem;

View file

@ -85,7 +85,7 @@
<div class="customTextTypographyCheckbox"></div>
Remove Fancy Typography
<span>
Standardises Typography Symbols: “ and ” become " for exmaple.
Standardises typography symbols: “ and ” become " for exmaple.
</span>
</label>
</div>