/*
 * Child-theme overrides for the Mabel Wheel of Fortune plugin.
 * Sources:
 * - `wp-content/plugins/mabel-wheel-of-fortune/code/views/wheel.php`
 * - `wp-content/plugins/mabel-wheel-of-fortune/public/css/public.min.css`
 */

.wof-slice {
    padding-left: 15%;
    text-align: center !important;
}

.wof-right {
    padding-left: 60px;
}
