/*
 * Theme Name:   Blocksy Child
 * Theme URI:    https://tu-sitio.com
 * Description:  Tema hijo para Blocksy
 * Author:       Tu Nombre
 * Author URI:   https://tu-sitio.com
 * Template:     blocksy
 * Version:      1.0.0
 * Text Domain:  blocksy-child
*/
/* Puedes nombrar la clase como prefieras, por ejemplo .justificado o .texto-justificado */
.texto-justificado {
    text-align: justify;
}