/*
Theme Name: Matrix
Description: Matrix is a WordPress theme designed for modern web development.
Author: Senthilprabu Ponnusamy
Author URI: https://www.senthilprabu.in
Template: norrsken
Version: 2.3.0
*/

/* Matrix - custom CSS below */

/* UL, LI Styles */
:root :where(.wp-block-list) {
  padding-left: var(--wp--preset--spacing--50);

  li {
    padding-left: var(--wp--preset--spacing--10);
  }
}
