/*
Theme Name: Yootheme sub theme
Template: yootheme
Description: A child theme for the Yootheme parent theme.
Author: GCRE
Version: 1.0
*/

/* Import the parent theme’s style */
@import url("../yootheme/style.css");

/* Add your custom CSS below this line */

#donation_list {
	display:flex;
	gap: 12px;
	list-style:none;
}
