/*
Theme Name: nutrition-child
Theme URI: 
Author: cobianzo
Author URI: https://cobianzo.com
Description: Child of Fork, dedicated to the Nutrtition site
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 5.7
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: fork
Text Domain: asim
Tags: nutrition, custom
*/

/* for dieta template*/
main.wp-block-group.alignfull {
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  main.wp-block-group.alignfull {
    padding: 0 0;
  }
}
/*
second level of ul smaller text.
*/
ul {
  li {
    > ul > li {
      font-size: var(--wp--preset--font-size--small);
    }
  }
}

/* hover link over dark bg */
.has-background.has-ti-accent-background-color a:hover {
  color: white !important;
}
