/*
Theme Name: Choisir Mon Scooter
Theme URI: https://creatives.com
Author: Creatives
Author URI: http://creatives.com/
Description: Choisir Mon Scooter is a modern, clean, and responsive WordPress theme.
Version: 1.0.12
Text Domain: choisir-mon-scooter
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
 a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
 h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}
