/**
Theme Name: tletheme
Author: Tle Apps
Author URI: https://tleapps.com
Description: A simple child theme of WP Astra
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tletheme
Template: astra
*/

.single article{
	padding-top: 0 !important;
}
html {
  scroll-behavior: smooth;
}

.ast-separate-container.ast-two-container #secondary .widget{
	padding: 0 !important;
	margin-bottom: 1em !important;
}

.letter-list{
	column-count: 3;
	padding-left: 1em;
	list-style-type: none;
}