/*
 Theme Name:   Convent Child theme
 Theme URI:    http://example.com/twenty-twenty-five-child/
 Description:  A child theme for the Twenty Twenty-Five default WordPress theme.
 Author:       Ralph
 Author URI:   http://example.com
 Template:     twentytwentyfive
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  twentytwentyfivechild
*/

/* ==========================================================================
   Custom Styles Start Here
   ========================================================================== */

ul.list-horizontal {
   display: flex;
   gap: 40px;
}