diff --git a/src/css/wpa-styles.css b/src/css/wpa-styles.css index cd1534d..7ef72f1 100644 --- a/src/css/wpa-styles.css +++ b/src/css/wpa-styles.css @@ -26,7 +26,7 @@ column-gap: 20px; row-gap: 20px; align-items: start; - margin-bottom: .5em; + margin-bottom: 1em; } .notice .views p { diff --git a/src/wp-accessibility-settings.php b/src/wp-accessibility-settings.php index 51bf2e7..b1c0a0c 100644 --- a/src/wp-accessibility-settings.php +++ b/src/wp-accessibility-settings.php @@ -537,10 +537,10 @@ function wpa_admin_settings() { $results .= '

'; $results .= "
-

Large Print Example

-

Small Print Example

-

Large Print Example (Inverted)

-

Small Print Example (Inverted)

+

Large Text (24px)

+

Standard Text (18px)

+

Large Text (24px) (Inverted)

+

Standard Text (18px) (Inverted)

"; echo $results;