mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 04:19:06 +08:00
style update
This commit is contained in:
parent
811e6205ed
commit
9f9f1179e3
2 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue