/*
Theme Name:        Satsang Official Theme
Theme URI:         https://satsang.ir
Author:            Nima Sayar - NiSa Team
Author URI:        https://satsang.ir
Description:       Custom WooCommerce Theme


This file only contains the WordPress theme header block required by
WordPress to register the theme. All presentational CSS lives in
/assets/css and is enqueued from functions.php.
*/
.footer-about p {
    text-align: justify;
}
@media (max-width: 900px) {
    .nav-primary {
        padding: 0;
    }
    .nav-primary ul{
        padding: 2rem;
        background: var(--color-bg-alt);
        box-shadow: rgba(33, 29, 23, 0.06) 0px 6px 24px;
    }
}
