/*
Theme Name: Noxfolio Child
Author: WebTend
Description: A child theme of Noxfolio WordPress Theme
Version: 1.0.0
Template: noxfolio
Text Domain: noxfolio-child

/* Ocultar la fecha en el widget de últimas entradas (recent posts widget) */
.recent-post-loop .time {
	display: none !important;
}

/* Corregir tamaño de diagramas SVG de MermaidJS */
.wp-block-merpress-mermaidjs svg,
.diagram-source-mermaid svg,
pre.mermaid svg {
	width: 100% !important;
	height: auto !important;
}
