diff --git a/public/css/style.scss b/public/css/style.scss index 27ae4472c..8e8118f89 100644 --- a/public/css/style.scss +++ b/public/css/style.scss @@ -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; diff --git a/public/index.html b/public/index.html index eb2528962..c75154737 100644 --- a/public/index.html +++ b/public/index.html @@ -85,7 +85,7 @@
Remove Fancy Typography - Standardises Typography Symbols: “ and ” become " for exmaple. + Standardises typography symbols: “ and ” become " for exmaple.